Azure-Samples / graphrag-accelerator

One-click deploy of a Knowledge Graph powered RAG (GraphRAG) in Azure
https://github.com/microsoft/graphrag
MIT License
1.91k stars 315 forks source link

Update frontend deployment script - managed identity fix #179

Closed tushardhadiwal closed 1 month ago

tushardhadiwal commented 2 months ago

This PR updates the frontend deployment script : We ran into a bug in old deployment where a web app is unable to pull container from registry in spite of having correct permissions.

This PR uses new flag available in az cli to address the issue. --acr-identity

This PR also simplifies the deployment codebase. This has been tested with latest backend deployment.