diff --git a/sdk/confidentialledger/test-resources.bicep b/sdk/confidentialledger/test-resources.bicep index 2e7af4302f52..935b5d11106c 100644 --- a/sdk/confidentialledger/test-resources.bicep +++ b/sdk/confidentialledger/test-resources.bicep @@ -11,7 +11,7 @@ param ledgerName string = 'pysdkci-${uniqueString(resourceGroup().id)}' param testApplicationOid string @description('The location of the resource. Currently, not all regions are supported.') -param location string = 'westeurope' +param location string = 'westus' // Explicitly set a region due to regional restrictions e.g. ACL is not currently available in westus var azureConfidentialLedgerUrl = 'https://${ledgerName}.confidential-ledger.azure.com'