This repo shows how to deploy a Logic App (Standard) using Bicep & Azure DevOps pipelines. It uses the new Logic Apps (Standard) project template. The 1st Logic App is triggered via HTTP and puts a message on the Service Bus. The 2nd Logic App takes the message off the Service Bus and sends an email with the Office 365 connector.
This repo recommends creating 3 pipelines (deploy infrastructure, build Logic App & Deploy Logic App).
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Azure CLI
- Azure subscription & resource group
- VS Code Extension for Logic Apps Standard
-
Create an Azure DevOps
Dev
environment. -
Set up 3 Azure DevOps YAML pipelines using the following YAML files:
-
Execute the pipelines in the same order.