We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c562436 commit a6ef579Copy full SHA for a6ef579
1 file changed
samples/manage/azure-arc-enabled-sql-server/monitoring/set-monitoring.ps1
@@ -25,10 +25,10 @@
25
send the modified settings to the extension. DryRun can be used to verify changes before
26
executing them.
27
.EXAMPLE
28
- To enable the SqlManagement and AG discovery features in subscription b1232743-66f2-4e4e-b066-09edecbe5cf9
+ 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 "b1232743-66f2-4e4e-b066-09edecbe5cf9" `
+ -Subscription "<Your-subscription-ID" `
32
-ResourceGroup "contoso-rg" `
33
-MachineName "contoso-sql-host" `
34
-FeatureFlagsToEnable ("AvailabilityGroupDiscovery", "SqlManagement")
0 commit comments