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 b2c2ee2 commit e6a18f1Copy full SHA for e6a18f1
sdk/confidentialledger/test-resources.bicep
@@ -11,7 +11,7 @@ param ledgerName string = 'pysdkci-${uniqueString(resourceGroup().id)}'
11
param testApplicationOid string
12
13
@description('The location of the resource. Currently, not all regions are supported.')
14
-param location string = 'AustraliaEast' // Australia East is our frontier region for production testing
+param location string = 'westeurope'
15
// Explicitly set a region due to regional restrictions e.g. ACL is not currently available in westus
16
17
var azureConfidentialLedgerUrl = 'https://${ledgerName}.confidential-ledger.azure.com'
0 commit comments