You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/main.bicep
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ param location string
27
27
'westus3'
28
28
])
29
29
@description('Location for all Ai services resources. This location can be different from the resource group location.')
30
-
paramazureOpenAILocationstring = resourceGroup().location// The location used for all deployed resources. This location must be in the same region as the resource group.
30
+
paramazureOpenAILocationstring = 'eastus2'// The location used for all deployed resources. This location must be in the same region as the resource group.
0 commit comments