Skip to content

Commit 7a3d493

Browse files
author
Alicja Kucharczyk
committed
tabs
1 parent ecee49d commit 7a3d493

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/postgresql/flexible-server/how-to-stop-start-server-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article shows you how to perform restart, start and stop flexible server us
2121

2222
- If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
2323
- Install or upgrade Azure CLI to the latest version. See [Install Azure CLI](/cli/azure/install-azure-cli).
24-
- Login to Azure account using [az login](/cli/azure/reference-index#az-login) command. Note the **id** property, which refers to **Subscription ID** for your Azure account.
24+
- Log in to Azure account using [az login](/cli/azure/reference-index#az-login) command. Note the **id** property, which refers to **Subscription ID** for your Azure account.
2525

2626
```azurecli-interactive
2727
az login
@@ -33,14 +33,14 @@ This article shows you how to perform restart, start and stop flexible server us
3333
az account set --subscription <subscription id>
3434
```
3535
36-
- Create a PostgreSQL Flexible Server if you have not already created one using the ```az postgres flexible-server create``` command.
36+
- Create a PostgreSQL Flexible Server if you haven't already created one using the ```az postgres flexible-server create``` command.
3737
3838
```azurecli
3939
az postgres flexible-server create --resource-group myresourcegroup --name myservername
4040
```
4141
4242
## Stop a running server
43-
To stop a server, run ```az postgres flexible-server stop``` command. If you are using [local context](/cli/azure/config/param-persist), you don't need to provide any arguments.
43+
To stop a server, run ```az postgres flexible-server stop``` command. If you're using [local context](/cli/azure/config/param-persist), you don't need to provide any arguments.
4444
4545
**Usage:**
4646
```azurecli
@@ -60,7 +60,7 @@ az postgres flexible-server stop
6060
```
6161

6262
## Start a stopped server
63-
To start a server, run ```az postgres flexible-server start``` command. If you are using [local context](/cli/azure/config/param-persist), you don't need to provide any arguments.
63+
To start a server, run ```az postgres flexible-server start``` command. If you're using [local context](/cli/azure/config/param-persist), you don't need to provide any arguments.
6464

6565
**Usage:**
6666
```azurecli

0 commit comments

Comments
 (0)