-
Notifications
You must be signed in to change notification settings - Fork 13
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
add azure deploy to marketplace files #83
Merged
+549
−87
Conversation
This file contains 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 pull request includes various changes to improve the deployment options and documentation for the Intelligence Toolkit application. The most significant changes include the removal of Streamlit Cloud deployment instructions, the addition of detailed guides for deploying using Azure and OpenAI, and enhancements to the Azure deployment process.
Documentation Updates:
DEPLOYING.md
: Removed the section on deploying using Streamlit Cloud, focusing on Azure and AWS as the primary deployment options.OPENAI.md
: Added comprehensive instructions for creating OpenAI and Azure OpenAI instances, including steps for setting up accounts, projects, and API keys.README.md
: Updated the deployment options to include Azure deployment for NGOs, and restructured the options to clarify the use of Docker and PyPI. [1] [2] [3]Codebase Enhancements:
app/Home.py
: Added version checking for the Intelligence Toolkit and displayed the current version in the sidebar. If a newer version is available, a warning message is shown. [1] [2]Azure Deployment Improvements:
deploy/azure/README.md
: Added a detailed guide for deploying the application using Azure Marketplace, including prerequisites, steps for app registration, and deployment configurations.deploy/azure/createUiDefinition.json
: Added a new UI definition file for Azure deployment, allowing users to configure settings such as web app name, authentication, and AI settings.deploy/azure/main.tf
: Removed the previous Terraform configuration for Azure deployment, simplifying the process to use the new Azure Marketplace deployment method.