Forum Discussion
fevinsetter
Feb 05, 2023Copper Contributor
broke my pipelines
During AzureRmWebAppDeployment Error: Failed to get resource ID for resource type 'Microsoft.Web/Sites' and resource name 'MyAppName'. any ideas?
- Feb 07, 2023OK, turns out I had renamed by Subscription. I guess I assumed that the YAML pipeline would use the sub number and not worry about the name....wrong. By renaming the sub in the YAML pipeline in AzureRmWebAppDeployment, it started working again. Thanks everybody.
fevinsetter
Copper Contributor
Could this be caused by my lack of knowledge of RBAC and/or Managed Identity?
Do I need other RBAC on this sb4NgUi App Service?
2MuchC0ff33
Feb 07, 2023Brass Contributor
fevinsetter If the Azure deployment requires specific access rights and identity configurations, a lack of knowledge in RBAC (Role-Based Access Control) and Managed Identity could certainly contribute to this issue. How did you find the resource shared by Kidd_Ip (https://stackoverflow.com/questions/58107017/azure-app-service-deploy-failed-to-get-resource-id-for-resource-type-microsoft)?