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

Adding deployment script for frontend application #128

Merged
merged 15 commits into from
Aug 9, 2024

Conversation

tushardhadiwal
Copy link
Member

This PR adds following :

  • A fully automated deployment script that creates resources in azure, builds and deploys frontend application to Azure web app, sets the correct environment variables as app settings on web app.
  • This also adds azure Active Directory authentication to the frontend web app using federated identity credentials.
  • Post deployment the redirect URL of the deployed web app is added to app registration.
  • It also includes a function that enables outbound vent integration on the web app resource to enable communication graph rag backend deployed with peered vnets. (After the simplify networking PR is merged, this will not be default behavior, so that function is commented.)
  • ReadMe.md file has been updated to reflect steps for creating app registration and pre deployment configuration details.

@tushardhadiwal tushardhadiwal requested a review from a team as a code owner August 6, 2024 23:18
frontend/deploy.sh Outdated Show resolved Hide resolved
frontend/deploy.sh Show resolved Hide resolved
jgbradley1
jgbradley1 previously approved these changes Aug 8, 2024
@jgbradley1 jgbradley1 merged commit a0b0629 into main Aug 9, 2024
3 checks passed
@jgbradley1 jgbradley1 deleted the tudhadiw/frontend-deployscript branch August 9, 2024 16:38
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

Successfully merging this pull request may close these issues.

2 participants