Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApplicationGatewayKeyVaultSecretException #392

Open
Kapilg18 opened this issue Oct 3, 2023 · 0 comments
Open

ApplicationGatewayKeyVaultSecretException #392

Kapilg18 opened this issue Oct 3, 2023 · 0 comments

Comments

@Kapilg18
Copy link

Kapilg18 commented Oct 3, 2023

Hi ,

Facing this issue while running Command:

az deployment group create -g rg-bu0001a0008 -f cluster-stamp.bicep -p targetVnetResourceId=${RESOURCEID_VNET_CLUSTERSPOKE_AKS_BASELINE} clusterAdminAadGroupObjectId=${AADOBJECTID_GROUP_CLUSTERADMIN_AKS_BASELINE} a0008NamespaceReaderAadGroupObjectId=${AADOBJECTID_GROUP_A0008_READER_AKS_BASELINE} k8sControlPlaneAuthorizationTenantId=${TENANTID_K8SRBAC_AKS_BASELINE} appGatewayListenerCertificate=${APP_GATEWAY_LISTENER_CERTIFICATE_AKS_BASELINE} aksIngressControllerCertificate=${AKS_INGRESS_CONTROLLER_CERTIFICATE_BASE64_AKS_BASELINE} domainName=${DOMAIN_NAME_AKS_BASELINE} location=centralindia

Error :

{"status":"Failed","error":{"code":"DeploymentFailed","target":"/subscriptions/[sub]/resourceGroups/rg-bu0001a0008/providers/Microsoft.Resources/deployments/cluster-stamp","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"ResourceDeploymentFailure","target":"/subscriptions//resourceGroups/rg-bu0001a0008/providers/Microsoft.Network/applicationGateways/apw-aks-oufhjyt6iiaoe","message":"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'.","details":[{"code":"ApplicationGatewayKeyVaultSecretException","message":"Problem occured while accessing and validating KeyVault Secrets associated with Application Gateway '/subscriptions//resourceGroups/rg-bu0001a0008/providers/Microsoft.Network/applicationGateways/apw-aks-oufhjyt6iiaoe'. See details below:","details":[{"code":"0","message":"Operation returned an invalid status code 'NotFound'"}]}]}]}}

Detail Error:

{

"code": "ApplicationGatewayKeyVaultSecretException",

"message": "Problem occured while accessing and validating KeyVault Secrets associated with Application Gateway '/subscriptions//resourceGroups/rg-bu0001a0008/providers/Microsoft.Network/applicationGateways/apw-aks-oufhjyt6iiaoe'. See details below:",

"details": [

{

  "code": "0",

  "message": "Operation returned an invalid status code 'NotFound'"

}

]

}

Please let me know if more details required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant