Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the Azure Storage account region #1

Closed
pemontto opened this issue Nov 18, 2019 · 1 comment
Closed

Document the Azure Storage account region #1

pemontto opened this issue Nov 18, 2019 · 1 comment
Labels
question Further information is requested

Comments

@pemontto
Copy link

I would like to test DTF using the images from the public storage account, but can't deploy them unless I'm in the same region. Can you document which region the images are in, so far I've tried without luck:

  • us east
  • us east2
  • us west
  • us west2
  • us central
  • us southcentral
New-AzResourceGroupDeployment : 2:34:06 pm - Resource Microsoft.Compute/disks 'edyt5uiulbzq4d3' failed with message '{
  "error": {
    "code": "BadRequest",
    "message": "The source blob https://publicdefendtheflag.blob.core.windows.net/public/Client01d.vhd does not belong to the same region as the disk."
  }
}'
At line:1 char:1
+ New-AzResourceGroupDeployment -ResourceGroupName dtf-centralus -Templ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [New-AzResourceGroupDeployment], Exception
+ FullyQualifiedErrorId : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceGroupDeploymentCmdlet

New-AzResourceGroupDeployment : 2:34:06 pm - Resource Microsoft.Compute/disks 'edyt5uiulbzq4d1' failed with message '{
  "error": {
    "code": "BadRequest",
    "message": "The source blob https://publicdefendtheflag.blob.core.windows.net/public/AdminPcd.vhd does not belong to the same region as the disk."
  }
}'
@ciberesponce
Copy link
Contributor

Sorry for delayed response. I'd recommend a "Phase 0" buildout, where you develop these images for your own use. We are exploring methods to get these images across, i.e. Shared Image Gallery, but that isn't prioritized yet with the other work we are tracking.

Do note we migrated all Desktops to Windows 10 (no longer Servers), which means we updated the appropriate DSC scripts. Love to hear feedback on what works, doesn't work.

@ciberesponce ciberesponce added the question Further information is requested label May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants