You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While deploying via Azure Pipelines and Azure Repos, I keep getting the following error:
##[error]At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.
##[error]Details:
##[error]PublicAccessNotPermitted: Public access is not permitted on this storage account.
RequestId:6cf5748f-801e-0042-20b4-72fb8d000000
Time:2024-03-10T06:27:51.6390264Z
##[error]PublicAccessNotPermitted: Public access is not permitted on this storage account.
RequestId:6cf57476-801e-0042-0db4-72fb8d000000
Time:2024-03-10T06:27:51.6130408Z
##[error]PublicAccessNotPermitted: Public access is not permitted on this storage account.
RequestId:6d40c59c-b01e-00d3-48b4-720e0f000000
Time:2024-03-10T06:27:48.7554464Z
##[error]ResourceNotFound: The Resource 'Microsoft.App/containerApps/contoso-traders-intcartsishan' under resource group 'contoso-traders-rgishan' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
##[error]ResourceNotFound: The Resource 'Microsoft.App/managedEnvironments/contosotradersintacaenvishan' under resource group 'contoso-traders-rgishan' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
##[error]Check out the troubleshooting guide to see if your issue is addressed: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting
##[error]Task failed while creating or updating the template deployment.
To Reproduce
Steps to reproduce the behavior:
Deploy 266-hotfix using Azure Pipelines
Click on Run Pipeline
The text was updated successfully, but these errors were encountered:
Describe the bug
While deploying via Azure Pipelines and Azure Repos, I keep getting the following error:
##[error]At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.
##[error]Details:
##[error]PublicAccessNotPermitted: Public access is not permitted on this storage account.
RequestId:6cf5748f-801e-0042-20b4-72fb8d000000
Time:2024-03-10T06:27:51.6390264Z
##[error]PublicAccessNotPermitted: Public access is not permitted on this storage account.
RequestId:6cf57476-801e-0042-0db4-72fb8d000000
Time:2024-03-10T06:27:51.6130408Z
##[error]PublicAccessNotPermitted: Public access is not permitted on this storage account.
RequestId:6d40c59c-b01e-00d3-48b4-720e0f000000
Time:2024-03-10T06:27:48.7554464Z
##[error]ResourceNotFound: The Resource 'Microsoft.App/containerApps/contoso-traders-intcartsishan' under resource group 'contoso-traders-rgishan' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
##[error]ResourceNotFound: The Resource 'Microsoft.App/managedEnvironments/contosotradersintacaenvishan' under resource group 'contoso-traders-rgishan' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
##[error]Check out the troubleshooting guide to see if your issue is addressed: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting
##[error]Task failed while creating or updating the template deployment.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: