Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/DeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ azd auth login --tenant-id <tenant-id>

### 4.2 Start Deployment

> ⚠️ **Critical: Redeployment Warning**
> If you have previously run `azd up` in this folder (i.e., a `.azure` folder exists), you must [create a fresh environment](#creating-a-new-environment) to avoid conflicts and deployment failures.

```shell
azd up
```
Expand Down Expand Up @@ -467,6 +470,9 @@ If you've made local modifications to the code and want to deploy them to Azure,

### Step 3: Deploy Changes

> ⚠️ **Critical: Redeployment Warning**
> If you have previously run `azd up` in this folder (i.e., a `.azure` folder exists), you must [create a fresh environment](#creating-a-new-environment) to avoid conflicts and deployment failures.

Run the deployment command:
```shell
azd up
Expand Down