You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/how-to-stop-start-server-cli.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This article shows you how to perform restart, start and stop flexible server us
21
21
22
22
- If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
23
23
- 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.
25
25
26
26
```azurecli-interactive
27
27
az login
@@ -33,14 +33,14 @@ This article shows you how to perform restart, start and stop flexible server us
33
33
az account set --subscription <subscription id>
34
34
```
35
35
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.
37
37
38
38
```azurecli
39
39
az postgres flexible-server create --resource-group myresourcegroup --name myservername
40
40
```
41
41
42
42
## 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.
44
44
45
45
**Usage:**
46
46
```azurecli
@@ -60,7 +60,7 @@ az postgres flexible-server stop
60
60
```
61
61
62
62
## 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.
0 commit comments