reliable-web-app-pattern-java
reliable-web-app-pattern-java copied to clipboard
The reliable web app pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for Java.
Replaces #201
We are updating this template to support new features in Github Action. **For the Github Action feature:** In the `.github/workflow/scheduled-azure-build-and-deploy.yml` file, we will remove two lines of code: ``` -...
The following error was reported during an `azd up` command Deploying services (azd deploy) (x) Failed: Deploying service application ERROR: getting target resource: more than one possible resource group was...
I am following the README to deploy the RWA: ``` git clone https://github.com/Azure/reliable-web-app-pattern-java.git cd reliable-web-app-pattern-java azd config set alpha.terraform on azd env new azd env set DATABASE_PASSWORD "AV@lidPa33word" azd env...
Enable support for managed identity authentication for Azure Cache for Redis.