Skip to content

Commit e630f44

Browse files
remove local deployment related files
1 parent a9a3957 commit e630f44

3 files changed

Lines changed: 0 additions & 2008 deletions

File tree

azure_custom.yaml

Lines changed: 0 additions & 76 deletions
This file was deleted.

docs/DeploymentGuide.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -536,32 +536,3 @@ Now that your deployment is complete and tested, explore these resources:
536536
- 🐛 **Issues:** Check [Troubleshooting Guide](./TroubleShootingSteps.md)
537537
- 💬 **Support:** Review [Support Guidelines](../SUPPORT.md)
538538
- 🔧 **Development:** See [Contributing Guide](../CONTRIBUTING.md)
539-
540-
---
541-
542-
## Advanced: Deploy Local Changes
543-
544-
If you've made local modifications to the code and want to deploy them to Azure, follow these steps to swap the configuration files:
545-
546-
> **Note:** To set up and run the application locally for development, see the [Local Development Setup Guide](./LocalDevelopmentSetup.md).
547-
548-
### Step 1: Rename Azure Configuration Files
549-
550-
**In the root directory:**
551-
1. Rename `azure.yaml` to `azure_custom2.yaml`
552-
2. Rename `azure_custom.yaml` to `azure.yaml`
553-
554-
### Step 2: Rename Infrastructure Files
555-
556-
**In the `infra` directory:**
557-
1. Rename `main.bicep` to `main_custom2.bicep`
558-
2. Rename `main_custom.bicep` to `main.bicep`
559-
560-
### Step 3: Deploy Changes
561-
562-
Run the deployment command:
563-
```shell
564-
azd up
565-
```
566-
567-
> **Note:** These custom files are configured to deploy your local code changes instead of pulling from the GitHub repository.

0 commit comments

Comments
 (0)