Skip to content

Commit

Permalink
Update sku and add zones
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-box authored May 29, 2024
1 parent c5254b2 commit 04d8184
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ module testDeployment '../../../main.bicep' = [
location: resourceLocation
publisherEmail: '[email protected]'
publisherName: '${namePrefix}-az-amorg-x-001'
sku: 'Premium'
skuCount: 2
zones: [
'1',
'2'
]
customProperties: {
'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10': 'False'
'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11': 'False'
Expand Down

0 comments on commit 04d8184

Please sign in to comment.