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.
2 parents 6abca10 + 0b3a7fb commit b6864e1Copy full SHA for b6864e1
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