Skip to content

Commit 4d36c67

Browse files
committed
peer review cx
1 parent 1800ff9 commit 4d36c67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/sql-database/includes/sql-database-create-single-database.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To create a resource group, SQL server, and single database in the Azure portal:
4545
1. Under **Compute + storage**, if you want to reconfigure the defaults, select **Configure database**.
4646

4747
On the **Configure** page, you can optionally:
48-
- Change the **Compute tier** from **Provisioned** to **Serverless**
48+
- Change the **Compute tier** from **Provisioned** to **Serverless**.
4949
- Review and change the settings for **vCores** and **Data max size**.
5050
- Select **Change configuration** to change the hardware generation.
5151

@@ -74,7 +74,7 @@ To create a resource group, SQL server, and single database in the Azure portal:
7474

7575
You can create an Azure resource group, SQL server, and single database using the Azure command-line interface (Azure CLI). If you don't want to use the Azure Cloud Shell, [install Azure CLI](/cli/azure/install-azure-cli) on your computer.
7676

77-
To run the following code sample in Azure Cloud Shell, select **Try it** in the code sample title bar. When the Cloud Shell opens, select **Copy** in the code sample title bar, and paste the code sample into the Cloud Shell window. In the code, replace `<Subscription ID>` with your Azure Subscription ID, and for `$startIp` and `$endIP`, replace `0.0.0.0` with the public IP address of the computer you're using.
77+
To run the following code sample in Azure Cloud Shell, select **Try it** in the code sample title bar. When the Cloud Shell opens, select **Copy** in the code sample title bar, and paste the code sample into the Cloud Shell window. In the code, replace `<Subscription ID>` with your Azure Subscription ID, and for `$startip` and `$endip`, replace `0.0.0.0` with the public IP address of the computer you're using.
7878

7979
Follow the onscreen prompts to sign in to Azure and run the code.
8080

@@ -147,8 +147,8 @@ The preceding code uses these Azure CLI commands:
147147
| [az account set](/cli/azure/account?view=azure-cli-latest#az-account-set) | Sets a subscription to be the current active subscription. |
148148
| [az group create](/cli/azure/group#az-group-create) | Creates a resource group in which all resources are stored. |
149149
| [az sql server create](/cli/azure/sql/server#az-sql-server-create) | Creates a SQL Database server that hosts single databases and elastic pools. |
150-
| [az sql server firewall-rule create](/cli/azure/sql/server/firewall-rule) | Creates a server's firewall rules. |
151-
| [az sql db create](/cli/azure/sql/db?view=azure-cli-latest) | Creates a database. |
150+
| [az sql server firewall-rule create](/cli/azure/sql/server/firewall-rule##az-sql-server-firewall-rule-create) | Creates a server's firewall rules. |
151+
| [az sql db create](/cli/azure/sql/db#az-sql-db-create?view=azure-cli-latest) | Creates a database. |
152152

153153
For more Azure SQL Database Azure CLI samples, see [Azure CLI samples](../sql-database-cli-samples.md).
154154

@@ -158,7 +158,7 @@ You can create an Azure resource group, SQL server, and single database using Wi
158158

159159
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
160160

161-
To run the following code sample in the Azure Cloud Shell, select **Try it** in the code title bar. When the Cloud Shell opens, select **Copy** in the code sample title bar, and paste the code sample into the Cloud Shell window. In the code, replace `<Subscription ID>` with your Azure Subscription ID, and for `$startIp` and `$endIP`, replace `0.0.0.0` with the public IP address of the computer you're using.
161+
To run the following code sample in the Azure Cloud Shell, select **Try it** in the code title bar. When the Cloud Shell opens, select **Copy** in the code sample title bar, and paste the code sample into the Cloud Shell window. In the code, replace `<Subscription ID>` with your Azure Subscription ID, and for `$startIp` and `$endIp`, replace `0.0.0.0` with the public IP address of the computer you're using.
162162

163163
Follow the onscreen prompts to sign in to Azure and run the code.
164164

0 commit comments

Comments
 (0)