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/virtual-machines/windows/sql/virtual-machines-windows-sql-register-with-resource-provider.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
@@ -173,9 +173,9 @@ To register your SQL Server VM directly in full mode (and possibly restart your
173
173
174
174
SQL Server 2008 and 2008 R2 installed on Windows Server 2008 (_not R2_) can be registered with the SQL VM resource provider in the [NoAgent mode](#management-modes). This option assures compliance and allows the SQL Server VM to be monitored in the Azure portal with limited functionality.
175
175
176
-
Specify either `AHUB`, `PAYG`, or `DR` as the **sqlLicenseType**, and either `SQL2008-WS2008` or `SQL2008R2-WS2008`as the **sqlImageOffer**.
176
+
Specify either `AHUB`, `PAYG`, or `DR` as the **sqlLicenseType**, and `SQL2008-WS2008` or `SQL2008R2-WS2008`as the **sqlImageOffer**.
177
177
178
-
To register your SQL Server 2008 or 2008 R2 instance on Windows Server 2008 instance, use the following Az CLI or PowerShell code snippet:
178
+
To register your SQL Server 2008 or 2008 R2 on Windows Server 2008 instance, use the following Az CLI or PowerShell code snippet:
179
179
180
180
181
181
# [AZ CLI](#tab/bash)
@@ -185,7 +185,7 @@ Register your SQL Server 2008 VM in NoAgent mode with the Az CLI:
185
185
```azurecli-interactive
186
186
az sql vm create -n sqlvm -g myresourcegroup -l eastus |
0 commit comments