-
Notifications
You must be signed in to change notification settings - Fork 233
feat: CKM - Add support for developer experience #679
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
base: dev
Are you sure you want to change the base?
Conversation
|
@Yatish-Microsoft please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Purpose
This pull request introduces a new custom deployment configuration for Azure and adds packaging scripts for both Windows and POSIX environments to streamline the deployment process of the web application. The main changes are the addition of an
azure_custom.yamlconfiguration file and two platform-specific scripts that automate packaging of backend and frontend components.Deployment configuration:
azure_custom.yamlto define environment settings, required versions, deployment parameters, service configuration, and deployment template for the Azure App Service.Deployment automation scripts:
infra/scripts/package_webapp.ps1for Windows environments, which automates cleaning, building, and packaging backend and frontend files into a distributable format for Azure deployment.infra/scripts/package_webapp.shfor POSIX environments, providing equivalent functionality to the PowerShell script for Linux/macOS users.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information