We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003694b commit 9b748b4Copy full SHA for 9b748b4
infra/main.bicep
@@ -187,7 +187,7 @@ param documentIntelligenceResourceGroupName string = '' // Set in main.parameter
187
// Limited regions for new version:
188
// https://learn.microsoft.com/azure/ai-services/document-intelligence/concept-layout
189
@description('Location for the Document Intelligence resource group')
190
-@allowed(['eastus', 'westus2', 'westeurope'])
+@allowed(['eastus', 'westus2', 'westeurope', 'australiaeast'])
191
@metadata({
192
azd: {
193
type: 'location'
0 commit comments