-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Addition of deployment templates and scripts #704
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
Conversation
samples/apps/copilot-chat-app/webapi/DeploymentTemplates/DeploySK.ps1
Outdated
Show resolved
Hide resolved
Neither PowerShell nor Bash are needed to deploy the templates. They can be deployed by simply using the Azure CLI or the "Deploy to Azure" button. The PowerShell scripts are merely a convenience. Why PowerShell? Because it's one of the two shells directly supported as Azure shells (the other being cmd) and, of the two, it's the only one available on all of Windows, Mac and Linux. Adding bash versions of the scripts won't give us that much but will force us to maintain them when/if ever we need to modify the PowerShell scripts. As such, I'm not keen on adding bash versions of the scripts. However, if you do really believe that they add value, I will add them. Let me know either way. |
I am okay with having PS scripts only as step 1. We can add Bash scripts later if needed. |
2228503
### Motivation and Context We want to make it easy to set up and use the Copilot Chat in a cloud setting. ### Description - Added bicep deployment templates and scripts - Added related documentation - Added ARM template equivalents to the bicep files (only ARM is supported for "Deploy to Azure" buttons)
### Motivation and Context We want to make it easy to set up and use the Copilot Chat in a cloud setting. ### Description - Added bicep deployment templates and scripts - Added related documentation - Added ARM template equivalents to the bicep files (only ARM is supported for "Deploy to Azure" buttons)
### Motivation and Context We want to make it easy to set up and use the Copilot Chat in a cloud setting. ### Description - Added bicep deployment templates and scripts - Added related documentation - Added ARM template equivalents to the bicep files (only ARM is supported for "Deploy to Azure" buttons)
Motivation and Context
We want to make it easy to set up and use the Copilot Chat in a cloud setting.
Description
Contribution Checklist
dotnet format