mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Added a footnote to readme re the DR replicas
This commit is contained in:
@@ -79,7 +79,7 @@ The scripts is seamlessly integrated with Azure Authentication. It uses managed
|
||||
|`-UseManagedIdentity`| |*Optional*. If true, logs in both PowerShell and CLI using managed identity. Required to run the script as a runbook.|
|
||||
|
||||
<sup>1</sup>You can generate a .csv file that lists only specific subscriptions. E.g., the following command will include only production subscriptions (exclude dev/test).
|
||||
<sup>2</sup>the
|
||||
<sup>2</sup>The script will skip the resources with the LicenseType property set to "DR"
|
||||
```PowerShell
|
||||
$tenantId = "<your-tenant-id>"
|
||||
Get-AzSubscription -TenantId $tenantId | Where-Object {
|
||||
|
||||
Reference in New Issue
Block a user