Skip to content

Commit 7d46156

Browse files
author
Seth
committed
AZD - location bug workaround
1 parent 7db4644 commit 7d46156

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)