Skip to content

Commit a6ef579

Browse files
committed
Update script
1 parent c562436 commit a6ef579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/manage/azure-arc-enabled-sql-server/monitoring/set-monitoring.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
send the modified settings to the extension. DryRun can be used to verify changes before
2626
executing them.
2727
.EXAMPLE
28-
To enable the SqlManagement and AG discovery features in subscription b1232743-66f2-4e4e-b066-09edecbe5cf9
28+
To enable the SqlManagement and AG discovery features in your subscription
2929
in resource group contoso-rg for machine contoso-sql-host, the command would be:
3030
SetArcSqlServerFeatureFlags.ps1 `
31-
-Subscription "b1232743-66f2-4e4e-b066-09edecbe5cf9" `
31+
-Subscription "<Your-subscription-ID" `
3232
-ResourceGroup "contoso-rg" `
3333
-MachineName "contoso-sql-host" `
3434
-FeatureFlagsToEnable ("AvailabilityGroupDiscovery", "SqlManagement")

0 commit comments

Comments
 (0)