azure-powershell icon indicating copy to clipboard operation
azure-powershell copied to clipboard

Microsoft Azure PowerShell

Results 752 azure-powershell issues
Sort by recently updated
recently updated
newest added
trafficstars

### Description I have a Hyperscale DB, when I try to set it up with ReadScale as Enabled, the command works, but it is still disabled. I have other Hyperscale...

SQL
bug
customer-reported
needs-author-feedback
no-recent-activity
CXP Attention

### Description of the new feature When calling Get-AzSubscription using the SubscriptionId parameter: `Get-AzSubscription -SubscriptionId "123582cb-b98a-4200-a7a5-edee9045a123"` Internally, this executes [(GetAzureRMSubscription.cs):](https://github.com/Azure/azure-powershell/blob/4668bff1cc4ed6510d9b0d4c6ec289ab27f04241/src/Accounts/Accounts/Subscription/GetAzureRMSubscription.cs#L91) `this._client.TryGetSubscriptionById(TenantId, this.SubscriptionId, out result)` TryGetSubscriptionById then executes [(RMProfileClient.cs)](https://github.com/Azure/azure-powershell/blob/18b119bb1a2a2582ade4970bfdb9991307edb865/src/Accounts/Accounts/Models/RMProfileClient.cs#L408) `var subscriptionList...

feature-request
Accounts

### Description I've hit `Object reference not set to an instance of an object.` on a script. But I have a hard time reproducing it. All runs are doing fine...

Azure PS Team
AAD
question
customer-reported
needs-author-feedback

### Description I'm calling `Invoke-AzAksRunCommand` with a command that can take a long time to complete. (It's `kubectl drain` which can potentially run forever, so I'm giving it a timeout...

AKS
question
customer-reported

### Description According to @alex-frankel's answer to [my original question](https://github.com/Azure/bicep/issues/7819#issuecomment-1205194305), a `subscription` Bicep file may load and execute a `resouceGroup` Bicep file in order to (re-)create a resource group and...

Service Attention
question
ARM - Templates
customer-reported

### Description Using this URL for reference: https://docs.microsoft.com/en-us/azure/site-recovery/vmware-azure-disaster-recovery-powershell I'm trying to replicate a VM to azure with an OS disk set to standard_ssd and data disk set to premium_ssd and...

Recovery Services Site-Recovery
bug
customer-reported
CXP Attention

### Description of the new feature **Related command** `Set-AzApiManagement -InputObject` **Is your feature request related to a problem? Please describe.** Scenario: APIM with VNET Injection When you want to perform...

API Management
feature-request
Service Attention
customer-reported

### Description of the new feature When using New-AzSqlDatabaseExport the resulting bacpac file is not encrypted. My requirement is that the bacpak file be encrypted on blob storage in case...

SQL
feature-request
Service Attention
customer-reported

### Description Customers that want to configure the Always Ready and Pre-Warmed Instances settings of their Premium function apps using this PowerShell module have to currently configure it using the...

Service Attention
Functions
bug

### Description When I run Remove-AzServiceBusNamespace command it does not delete the namespace but I get a successfully deleted message without any error. Refer below the complete command and the...

Service Bus
bug
customer-reported
needs-author-feedback
CXP Attention