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/sql-database-import.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
@@ -121,14 +121,14 @@ $importStatus
121
121
122
122
Use the [az-sql-db-import](/cli/azure/sql/db#az-sql-db-import) command to submit an import database request to the Azure SQL Database service. Depending on database size, the import may take some time to complete.
123
123
124
-
```azure-cli
124
+
```azurecli
125
125
# get the storage account key
126
-
az storage account keys list --resource-group "<resourceGroupName>" --account-name "<storageAccountName>"
126
+
az storage account keys list --resource-group "<resourceGroup>" --account-name "<storageAccount>"
127
127
128
-
az sql db import --resource-group "<resourceGroupName>" --server "<serverName>" --name "<databaseName>" `
128
+
az sql db import --resource-group "<resourceGroup>" --server "<server>" --name "<database>" `
0 commit comments