Skip to content

Commit 9b748b4

Browse files
authored
Add 'australiaeast' to allowed regions (#2770)
1 parent 003694b commit 9b748b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ param documentIntelligenceResourceGroupName string = '' // Set in main.parameter
187187
// Limited regions for new version:
188188
// https://learn.microsoft.com/azure/ai-services/document-intelligence/concept-layout
189189
@description('Location for the Document Intelligence resource group')
190-
@allowed(['eastus', 'westus2', 'westeurope'])
190+
@allowed(['eastus', 'westus2', 'westeurope', 'australiaeast'])
191191
@metadata({
192192
azd: {
193193
type: 'location'

0 commit comments

Comments
 (0)