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

Deployment Failed in Azure Government #34

Open
JohnHall4837 opened this issue May 10, 2022 · 3 comments
Open

Deployment Failed in Azure Government #34

JohnHall4837 opened this issue May 10, 2022 · 3 comments

Comments

@JohnHall4837
Copy link

Please Note: Where the text "REDACTED" appears below, I have replaced the actual text with this text for privacy.

We are in the GCC-High tenant space (i.e. portal.azure.us, not portal.azure.com). The deployment appeared to go well for the first 13 resources, but failed on the 14th. The resource for CloudLAPSREDACTEDFunction generated the following error:

{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[{"message":"There was a conflict. The remote name could not be resolved: 'cloudlapsREDACTED.file.core.windows.net'"}]}

The first resource deployed successfully - this was the "Microsoft.Storage/storageAccounts" function whose name appears just prior to the ".file.core.windows.net" text in the error.

Can you assist?

@NickolajA
Copy link
Member

I'm just guessing here, as I unfortunately don't have experience with Azure for US government, and that is that the storage account needs to be setup differently. Another guess is that, are you sure the storage account name is unique? The code automatically generates a string, however it's 100% foolproof.

@JohnHall4837
Copy link
Author

JohnHall4837 commented Sep 6, 2022 via email

@Kevin-Ownbey
Copy link

NickolajA,

We're having the same exact issue that John Hall is having. Where could I find the code that appends the "core.windows.net" to the function app resource deployment?

In the gov cloud all URL endpoints are changed. We need to be able to update them to the gov versions.

For example - https://learn.microsoft.com/en-us/graph/deployments  Lists all the azure graph endpoints.

Core.windows.net -> core.usgovcloudapi.net

assume all other *.windows.net would be replaced with usgovcloudapi.net as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants