Skip to content

Commit 82467c6

Browse files
authored
Merge pull request #192216 from CHEEKATLAPRADEEP-MSFT/patch-33
(AzureCXP) MicrosoftDocs/azure-docs#90091
2 parents e4cef7e + 3f7df41 commit 82467c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mysql/how-to-manage-single-server-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Select the specific subscription under your account using [az account set](/cli/
2929
az account set --subscription <subscription id>
3030
```
3131

32-
If you have not already created a sever , refer to this [quickstart](quickstart-create-mysql-server-database-using-azure-cli.md) to create one.
32+
If you have not already created a server , refer to this [quickstart](quickstart-create-mysql-server-database-using-azure-cli.md) to create one.
3333

3434
## Scale compute and storage
3535
You can scale up your pricing tier , compute and storage easily using the following command. You can see all the server operation you can perform [az mysql server overview](/cli/azure/mysql/server)
@@ -82,4 +82,4 @@ az mysql server delete --resource-group myresourcegroup --name mydemoserver
8282
## Next steps
8383
- [Restart a server](howto-restart-server-cli.md)
8484
- [Restore a server in a bad state](howto-restore-server-cli.md)
85-
- [Monitor and tune the server](concepts-monitoring.md)
85+
- [Monitor and tune the server](concepts-monitoring.md)

0 commit comments

Comments
 (0)