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/sql-database/includes/sql-database-create-single-database.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ To create a resource group, SQL server, and single database in the Azure portal:
45
45
1. Under **Compute + storage**, if you want to reconfigure the defaults, select **Configure database**.
46
46
47
47
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**.
49
49
- Review and change the settings for **vCores** and **Data max size**.
50
50
- Select **Change configuration** to change the hardware generation.
51
51
@@ -74,7 +74,7 @@ To create a resource group, SQL server, and single database in the Azure portal:
74
74
75
75
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.
76
76
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.
78
78
79
79
Follow the onscreen prompts to sign in to Azure and run the code.
80
80
@@ -147,8 +147,8 @@ The preceding code uses these Azure CLI commands:
147
147
|[az account set](/cli/azure/account?view=azure-cli-latest#az-account-set)| Sets a subscription to be the current active subscription. |
148
148
|[az group create](/cli/azure/group#az-group-create)| Creates a resource group in which all resources are stored. |
149
149
|[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. |
152
152
153
153
For more Azure SQL Database Azure CLI samples, see [Azure CLI samples](../sql-database-cli-samples.md).
154
154
@@ -158,7 +158,7 @@ You can create an Azure resource group, SQL server, and single database using Wi
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.
162
162
163
163
Follow the onscreen prompts to sign in to Azure and run the code.
0 commit comments