Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 2.08 KB

README.md

File metadata and controls

38 lines (23 loc) · 2.08 KB

logic-sb-integration

architecture

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).

pipelines

Disclaimer

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.

Prerequisites

Deployment

  1. Create an Azure DevOps Dev environment.

  2. Set up 3 Azure DevOps YAML pipelines using the following YAML files:

  3. Execute the pipelines in the same order.

Links