| external help file | utils-help.xml |
|---|---|
| Module Name | utils |
| online version | |
| schema | 2.0.0 |
Connects to an Azure tenant.
Connect-WAFAzure [-TenantID] <Guid> [[-AzureEnvironment] <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
The Connect-WAFAzure function connects to an Azure tenant using the provided Tenant ID and Subscription IDs.
Connect-WAFAzure -TenantID "your-tenant-id" -SubscriptionIds @("sub1", "sub2") -AzureEnvironment "AzureCloud"
The Tenant ID to connect to.
Type: Guid
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe Azure environment to connect to. Defaults to 'AzureCloud'.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: AzureCloud
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.