-
Notifications
You must be signed in to change notification settings - Fork 159
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
Enable deployment to Azure Government Cloud #3128
Comments
Looks like for terraform need to run:
Prior to any commands. This would likely need to be run in all the bundles too. With options of:
Actually, looks like this - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs#environment - might do it. |
This is also worth a check: https://learn.microsoft.com/en-us/azure/private-link/availability Not sure how accurate it is as doesn't call out Government cloud for App Service private endpoint - https://learn.microsoft.com/en-us/azure/private-link/availability#web @ms-mikerice thoughts? |
Also useful - Private Link DNS - https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns#government |
The provider does support non-global clouds: |
@tamirkamara you are too quick, just updated my post, although see some references on stack overflow where seems people have had to resort to the CLI! |
The environment argument supports "usgovernment" |
Deployment fails immediately when attempting to deploy to Azure Gov regions because of the distinct endpoints hardcoded into TRE. Requesting assisting in removing hardcoded endpoints and allowing endpoints to be determined based on region. Anywhere the az libraries are used (so long as it is up to date) will use correct endpoints.
The text was updated successfully, but these errors were encountered: