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
* update the location of the prod secondary service bus
* updates for aca multi region
* App Config and secrets refactoring
* Prod environment infra updates (#26)
* fix: move acr to hub in prod
* fix: update app config to support prod
* fix: remove namespace from secrets in prod and update app config keys
* fix: add private endpoint and spoke vnet ids to service bus prod
* feat: add aca subnet to spoke
* Ensure unique name for Azure resources based on location
* Terraform - set the service bus secondary spoke vnet
* Terraform - set vm to a supported image
* Terraform - remove secrets from 2nd region.
* Configure App Config keys on the jump box
* Storage account replication
* update prod deployment readme
* install docker on jump box
* remove unused variable in terraform main.tfvars.json file
* prod infra for Azure Container Apps and Azure Container Registry
* Change default network rule to Deny for ACA
* add images for dev container
* add verification step for app config keys in the prod deployment readme
---------
Co-authored-by: Isabelle Bersano <[email protected]>
The following detailed deployment steps assume you are using a Dev Container inside Visual Studio Code.
21
+
22
+
> For your convenience, we use Dev Containers with a fully-featured development environment. If you prefer to use another editor, we recommend installing the necessary [dependencies](./prerequisites.md) and skip to the deployment instructions starting in [Step 3](#3-log-in-to-azure).
23
+
24
+
### 1. Clone the repo
25
+
26
+
> For Windows users, we recommend using Windows Subsystem for Linux (WSL) to [improve Dev Container performance](https://code.visualstudio.com/remote/advancedcontainers/improve-performance).
27
+
28
+
```pwsh
29
+
wsl
30
+
```
31
+
32
+
Clone the repository and open the project using the Dev Container.
0 commit comments