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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,9 @@ Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
160
160
161
161
## Step 3: Configure Deployment Settings
162
162
163
+
> ⚠️ **Critical: Redeployment Warning**
164
+
> 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.
165
+
163
166
Review the configuration options below. You can customize any settings that meet your needs, or leave them as defaults to proceed with a standard deployment.
164
167
165
168
### 3.1 Choose Deployment Type (Optional)
@@ -230,6 +233,9 @@ To optimize costs and integrate with your existing Azure infrastructure, you can
230
233
231
234
## Step 4: Deploy the Solution
232
235
236
+
> ⚠️ **Critical: Redeployment Warning**
237
+
> 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.
238
+
233
239
💡 **Before You Start:** If you encounter any issues during deployment, check our [Troubleshooting Guide](./TroubleShootingSteps.md) for common solutions.
234
240
235
241
### 4.1 Authenticate with Azure
@@ -324,6 +330,9 @@ If your deployment failed or encountered errors, here are the steps to recover:
324
330
<details>
325
331
<summary><b>Recover from Failed Deployment</b></summary>
326
332
333
+
> ⚠️ **Critical: Redeployment Warning**
334
+
> 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.
335
+
327
336
**If your deployment failed or encountered errors:**
328
337
329
338
1.**Try a different region:** Create a new environment and select a different Azure region during deployment
@@ -447,6 +456,9 @@ If you've made local modifications to the code and want to deploy them to Azure,
447
456
448
457
### Step 3: Deploy Changes
449
458
459
+
> ⚠️ **Critical: Redeployment Warning**
460
+
> 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.
0 commit comments