We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ef579 commit cabcc3fCopy full SHA for cabcc3f
samples/manage/azure-arc-enabled-sql-server/monitoring/set-monitoring.ps1
@@ -28,7 +28,7 @@
28
To enable the SqlManagement and AG discovery features in your subscription
29
in resource group contoso-rg for machine contoso-sql-host, the command would be:
30
SetArcSqlServerFeatureFlags.ps1 `
31
- -Subscription "<Your-subscription-ID" `
+ -Subscription "<Your-subscription-ID>" `
32
-ResourceGroup "contoso-rg" `
33
-MachineName "contoso-sql-host" `
34
-FeatureFlagsToEnable ("AvailabilityGroupDiscovery", "SqlManagement")
0 commit comments