mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update and rename set-monitoring.ps1 to set-feature-flags.ps1
Updates the file name for the Feature Flag PS Script
This commit is contained in:
+2
-2
@@ -27,11 +27,11 @@
|
|||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
To enable the SqlManagement and AG discovery features in your subscription
|
To enable the SqlManagement and AG discovery features in your subscription
|
||||||
in resource group contoso-rg for machine contoso-sql-host, the command would be:
|
in resource group contoso-rg for machine contoso-sql-host, the command would be:
|
||||||
SetArcSqlServerFeatureFlags.ps1 `
|
set-feature-flags.ps1 `
|
||||||
-Subscription "<Your-subscription-ID>" `
|
-Subscription "<Your-subscription-ID>" `
|
||||||
-ResourceGroup "contoso-rg" `
|
-ResourceGroup "contoso-rg" `
|
||||||
-MachineName "contoso-sql-host" `
|
-MachineName "contoso-sql-host" `
|
||||||
-FeatureFlagsToEnable ("AvailabilityGroupDiscovery", "SqlManagement")
|
-FeatureFlagsToEnable ("SqlManagement")
|
||||||
|
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Sarah Feitler
|
Author: Sarah Feitler
|
||||||
Reference in New Issue
Block a user