File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samples/manage/azure-arc-enabled-sql-server/monitoring Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
send the modified settings to the extension. DryRun can be used to verify changes before
26
26
executing them.
27
27
. 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
29
29
in resource group contoso-rg for machine contoso-sql-host, the command would be:
30
30
SetArcSqlServerFeatureFlags.ps1 `
31
- -Subscription "b1232743-66f2-4e4e-b066-09edecbe5cf9 " `
31
+ -Subscription "<Your-subscription-ID " `
32
32
-ResourceGroup "contoso-rg" `
33
33
-MachineName "contoso-sql-host" `
34
34
-FeatureFlagsToEnable ("AvailabilityGroupDiscovery", "SqlManagement")
You can’t perform that action at this time.
0 commit comments