You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,18 @@ You can now open the web app in your browser and start chatting with the bot.
143
143
144
144
When deploying the sample in an enterprise context, you may want to enforce tighter security restrictions to protect your data and resources. See the [enhance security](./docs/enhance-security.md) guide for more information.
145
145
146
+
#### Enable CI/CD
147
+
148
+
If you want to enable Continuous Deployment for your forked repository, you need to configure the Azure pipeline first:
149
+
150
+
1. Open a terminal at the root of your forked project.
151
+
2. Authenticate with Azure by running `azd auth login`.
152
+
3. Run `azd pipeline config` to configure the required secrets and variables for connecting to Azure from GitHub Actions.
153
+
- This command will set up the necessary Azure service principal and configure GitHub repository secrets.
154
+
- Follow the prompts to complete the configuration.
155
+
156
+
Once configured, the GitHub Actions workflow will automatically deploy your application to Azure whenever you push changes to the main branch.
157
+
146
158
#### Clean up
147
159
148
160
To clean up all the Azure resources created by this sample:
0 commit comments