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: docs/DeploymentGuide.md
+2-36Lines changed: 2 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,43 +206,9 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
206
206
207
207
5. Once the deployment has completed successfully, open the [Azure Portal](https://portal.azure.com/), go to the deployed resource group, find the App Service, and get the app URL from `Default domain`.
208
208
209
-
6.If you are done trying out the application, you can delete the resources by running `azd down`.
209
+
6.When Deployment is complete, follow steps in [Set Up Authentication in Azure App Service](../docs/azure_app_service_auth_setup.md) to add app authentication to your web app running on Azure App Service
210
210
211
-
### Publishing Local Build Container to Azure Container Registry
212
-
213
-
If you need to rebuild the source code and push the updated container to the deployed Azure Container Registry, follow these steps:
214
-
215
-
1. Set the environment variable `USE_LOCAL_BUILD` to `True`:
216
-
217
-
-**Linux/macOS**:
218
-
219
-
```bash
220
-
export USE_LOCAL_BUILD=True
221
-
```
222
-
223
-
- **Windows (PowerShell)**:
224
-
```powershell
225
-
$env:USE_LOCAL_BUILD = $true
226
-
```
227
-
228
-
2. Run the `az login`command
229
-
230
-
```bash
231
-
az login
232
-
```
233
-
234
-
3. Run the `azd up`command again to rebuild and push the updated container:
235
-
```bash
236
-
azd up
237
-
```
238
-
239
-
This will rebuild the source code, package it into a container, and push it to the Azure Container Registry associated with your deployment.
240
-
241
-
This guide provides step-by-step instructions for deploying your application using Azure Container Registry (ACR) and Azure Container Apps.
242
-
243
-
There are several ways to deploy the solution. You can deploy to run in Azure in one click, or manually, or you can deploy locally.
244
-
245
-
When Deployment is complete, follow steps in [Set Up Authentication in Azure App Service](../docs/azure_app_service_auth_setup.md) to add app authentication to your web app running on Azure App Service
211
+
7. If you are done trying out the application, you can delete the resources by running `azd down`.
0 commit comments