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.
2 parents 76db1cf + 32363e2 commit 29aa2bbCopy full SHA for 29aa2bb
samples/manage/azure-arc-enabled-sql-server/monitoring/set-monitoring.ps1 renamed to samples/manage/azure-arc-enabled-sql-server/monitoring/set-feature-flags.ps1
@@ -27,11 +27,11 @@
27
.EXAMPLE
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 `
+ set-feature-flags.ps1 `
31
-Subscription "<Your-subscription-ID>" `
32
-ResourceGroup "contoso-rg" `
33
-MachineName "contoso-sql-host" `
34
- -FeatureFlagsToEnable ("AvailabilityGroupDiscovery", "SqlManagement")
+ -FeatureFlagsToEnable ("SqlManagement")
35
36
.NOTES
37
Author: Sarah Feitler
0 commit comments