Skip to content

Commit f1ad895

Browse files
authored
Merge pull request #41 from microsoft/azd-location-workaround
AZD - location bug workaround
2 parents 7db4644 + 7d46156 commit f1ad895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ targetScope = 'resourceGroup'
66
param name string
77

88
@description('Specifies the location for all the Azure resources. Defaults to the location of the resource group.')
9-
param location string = resourceGroup().location
9+
param location string
1010

1111
@description('Optional. Specifies the connections to be created for the Azure AI Hub workspace. The connections are used to connect to other Azure resources and services.')
1212
param connections connectionType[] = []

0 commit comments

Comments
 (0)