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 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")
You can’t perform that action at this time.
0 commit comments