Skip to content

Viktorh89/SampleIntegration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[[TOC]]

Logic App Standard Integration Sample

The purpose of this repo is to show an example integration that uses various AIS-components and how to deploy it. The components in this integration are very basic, the point of this sample is to show how we deploy them together

AVM

This repo uses AVM to deploy azure resources, if you havent checked it out yes, do it now!

Below is an overview of our deployment:

graph TD
subgraph Integration resources
A[main.bicep] -->|uses shared existing resources|A
A[main.bicep] -->|deploy storage account|B
end
B[LogicAppStandard] -->C
subgraph Monitoring resources
C[MonitorAlert] --> D
D[WorkBook] --> G
G[DashBoard]
end
Loading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published