Add initial provisioning code for 'Deploy and run an Azure OpenAI/ChatGPT app on AKS ' (PART 1)#666
Merged
aamini7 merged 79 commits intotest_terraformfrom Feb 25, 2025
Merged
Add initial provisioning code for 'Deploy and run an Azure OpenAI/ChatGPT app on AKS ' (PART 1)#666aamini7 merged 79 commits intotest_terraformfrom
aamini7 merged 79 commits intotest_terraformfrom
Conversation
added 30 commits
January 24, 2025 10:23
Rename Kaito
Rename aks doc
Rename AKS again
Update metadata.json
Style changes
Remove last 2 steps
|
Learn Build status updates of commit de0cb98: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the initial terraform code responsible for provisioning the infrastructure required for the doc: "Deploy and run an Azure OpenAI/ChatGPT app on AKS ". The rest of the code that needs to be completed in part 2 is writing shell scripts that will configure the newly provisioning AKS cluster. Commands like installing helm charts and building the app's docker image. Those commands are currently located in the 'Scripts' folder but need to be cleaned up. Focus the review on the 'terraform' folder and 'terraform/modules'