Skip to content

Commit 361fa52

Browse files
authored
Spelling crate to create
1 parent 34f0b24 commit 361fa52

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)