Skip to content

Instantly share code, notes, and snippets.

@thegovind
Last active August 8, 2023 00:28
Show Gist options
  • Select an option

  • Save thegovind/4a60df63354b588eebc0b26b36fdc393 to your computer and use it in GitHub Desktop.

Select an option

Save thegovind/4a60df63354b588eebc0b26b36fdc393 to your computer and use it in GitHub Desktop.
chat-copilot-local-deploy
az login
./deploy-azure.ps1 -Subscription a6029ed2-6d00-4f88-a6a1-5fc071aa5ee7 -DeploymentName gk-copilot-8-7 -AIService AzureOpenAI -AIApiKey 4990a67224824b478f5dbe8282211099 -AIEndpoint https://eastus.api.cognitive.microsoft.com/
./package-webapi.ps1
./deploy-webapi.ps1 -Subscription a6029ed2-6d00-4f88-a6a1-5fc071aa5ee7 -ResourceGroupName rg-gk-copilot-8-7 -DeploymentName gk-copilot-8-7
npm install -g @azure/static-web-apps-cli
./deploy-webapp.ps1 -Subscription a6029ed2-6d00-4f88-a6a1-5fc071aa5ee7 -ResourceGroupName rg-gk-copilot-8-7 -DeploymentName gk-copilot-8-7 -ApplicationClientId 1bdd37a0-623b-4210-bd48-fce7a92eba00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment