Replies: 1 comment 4 replies
-
|
@pamelafox Hi Pamela, your input would be really helpful! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've successfully completed the infrastructure provisioning (azd up) and have been regularly updating with azd deploy for both backend and frontend.
I'm trying to set up login and acl now but running into permission issues with azd up.
Current Issue:
Cannot run azd up due to insufficient permissions on Azure subscription
Need to provision the required Azure resources but don't have Owner/Contributor access at subscription level
Questions:
Alternative deployment methods: Are there any workarounds to deploy without azd up? Can I manually provision resources and then use existing infrastructure?
Minimal permissions approach: What's the minimum set of Azure permissions needed? Can this work with just resource group-level permissions?
Pre-provisioned setup: Is there a way to use existing Azure OpenAI, Cognitive Search, and App Service resources instead of letting azd create new ones?
Beta Was this translation helpful? Give feedback.
All reactions