Skip to content

Commit e0f1131

Browse files
authored
Merge pull request #106954 from remcoeissing/patch-18
Spelling crate to create
2 parents a91665c + 361fa52 commit e0f1131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mysql/flexible-server/quickstart-create-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.date: 02/16/2023
2525

2626
## Create server with public access
2727

28-
Create a **main.bicep** file and a **crateFirewallRules.bicep** file with the following content to create a server using public access connectivity method and also create a database on the server. Update the **firewallRules** default value if needed.
28+
Create a **main.bicep** file and a **CreateFirewallRules.bicep** file with the following content to create a server using public access connectivity method and also create a database on the server. Update the **firewallRules** default value if needed.
2929

3030
**main.bicep**
3131

@@ -157,7 +157,7 @@ resource database 'Microsoft.DBforMySQL/flexibleServers/databases@2021-12-01-pre
157157
}
158158
```
159159

160-
**crateFirewallRules.bicep**
160+
**CreateFirewallRules.bicep**
161161

162162
```bicep
163163
param serverName string

0 commit comments

Comments
 (0)