please share template On Wed, Nov 2, 2022 at 8:59 AM Rahul Negi <[email protected]> wrote:
> Hi Team, I am using packer with azure-arm template to build up managed > images and store them in Share Image Gallery or Azure Compute Gallery. > > While creating the temporary vm resource, I am getting below error. Below > error is related to OS Disk type which is by default picking Premium SSD > type while that has been disallowed by our team so it’s failing like below. > > ==> azure-arm: Validating deployment template … > ==> azure-arm: → ResourceGroupName : ‘packer-rg-bo’ > ==> azure-arm: → DeploymentName : ‘pkrdpu4fs7gzjif’ > ==> azure-arm: Deploying deployment template … > ==> azure-arm: → ResourceGroupName : ‘packer-rg-bo’ > ==> azure-arm: → DeploymentName : ‘pkrdpu4fs7gzjif’ > ==> azure-arm: Code=“DeploymentFailed” Message=“At least one resource > deployment operation failed. Please list deployment operations for details. > Please see Deployment history - Azure Resource Manager | Microsoft Learn > <https://aka.ms/DeployOperations> for usage details.” > Details=[{“code”:“Conflict”,“message”:“{\r\n "status": "Failed",\r\n > "error": {\r\n "code": "ResourceDeploymentFailure",\r\n "message": "The > resource operation completed with terminal provisioning state > ‘Failed’.",\r\n "details": [\r\n {\r\n "code": > "RequestDisallowedByPolicy",\r\n "message": "Resource ‘pkrosu4fs7gzjif’ was > disallowed by policy. Reasons: ‘INFORMATION : THE USE OF PREMIUM SSD IS > DENIED. PLEASE ENSURE THAT ON DISKS TAB EITHER STANDARD HDD OR STANDARD SSD > IS SELECTED OR DEPLOYMENT MAY FAIL.\nPLEASE READ DEP DOCUMENTATION FOR MORE > INFORMATION’. See error details for policy resource IDs. Target: > ‘/subscriptions/xxxxxxxxxxxx/resourceGroups/packer-rg-bo/providers/Microsoft.Compute/disks/pkrosu4fs7gzjif’."\r\n > }\r\n ]\r\n }\r\n}”}] > ==> azure-arm: > ==> azure-arm: Deleting individual resources … > ==> azure-arm: Could not retrieve OS Image details: unable to obtain a OS > disk for “slazpckrbo01”, please check that the instance has been created > > Kindly suggest us any option parameter to using in builders section or > packer-nft.json to choose Standard HDD as OS Disk type. > > Thanks and Regards > Rahul Negi > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/hashicorp/packer/issues > IRC: #packer-tool on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Packer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/packer-tool/f0eb6943-95cb-4ef9-a1e9-3aa070627688n%40googlegroups.com > <https://groups.google.com/d/msgid/packer-tool/f0eb6943-95cb-4ef9-a1e9-3aa070627688n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Alvaro -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/hashicorp/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CAHqq0ewNhdNfeQd6mBeeQx8v7FuzULmsL9G8mx_bKPAbg6SdbA%40mail.gmail.com.
