Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
285 changes: 0 additions & 285 deletions azure_custom.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions docs/AZD_DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,36 +378,6 @@ When `enablePrivateNetworking` is enabled:
└─────────────────────────────────────────────────────────────────┘
```

## Advanced: Deploy Local Changes

If you've made local modifications to the code and want to deploy them to Azure, follow these steps to swap the configuration files:

> **Note**: To set up and run the application locally for development, see the [Local Development Guide](LocalDevelopmentSetup.md).

### Step 1: Rename Azure Configuration Files

In the root directory:

1. Rename `azure.yaml` to `azure_custom2.yaml`
2. Rename `azure_custom.yaml` to `azure.yaml`

### Step 2: Rename Infrastructure Files

In the `infra` directory:

1. Rename `main.bicep` to `main_custom2.bicep`
2. Rename `main_custom.bicep` to `main.bicep`

### Step 3: Deploy Changes

Run the deployment command:

```bash
azd up
```

> **Note**: These custom files are configured to deploy your local code changes instead of pulling from the GitHub repository.

## Related Documentation

- [Deployment Guide](DEPLOYMENT.md)
Expand Down
Loading