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 6ac2591 commit 0b3a7fbCopy full SHA for 0b3a7fb
articles/mysql/flexible-server/quickstart-create-bicep.md
@@ -61,7 +61,7 @@ param firewallRules array = [
61
@description('The tier of the particular SKU. High Availability is available only for GeneralPurpose and MemoryOptimized sku.')
62
@allowed([
63
'Burstable'
64
- 'Generalpurpose'
+ 'GeneralPurpose'
65
'MemoryOptimized'
66
])
67
param serverEdition string = 'Burstable'
0 commit comments