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.
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.