Azure Hızlı Başlangıç Şablonları
Daha fazlasını gerçekleştirmek için topluluk tarafından sağlanan kaynaklarla Azure Resource Manager üzerinden Azure kaynaklarını dağıtın. Dağıtın, öğrenin, fork oluşturun ve siz de katkıda bulunun.
Azure Resource Manager nedir
Azure Resource Manager, uygulamalarınızı bildirim temelli bir şablon aracılığıyla sağlamanıza olanak tanır. Tek bir şablonda birden çok hizmeti bağımlılıklarıyla birlikte dağıtabilirsiniz. Uygulama yaşam döngüsünün her aşamasında uygulamanızı tekrar tekrar dağıtmak için aynı şablonu kullanırsınız.
- Tümü
- Microsoft.Aad (1)
- Microsoft.Analysisservices (1)
- Microsoft.Apimanagement (10)
- Microsoft.Attestation (1)
- Microsoft.Authorization (3)
- Microsoft.Automation (7)
- Microsoft.Backup (1)
- Microsoft.Batch (2)
- Microsoft.Cache (9)
- Microsoft.Cdn (8)
- Microsoft.Certificateregistration (2)
- Microsoft.Cognitiveservices (3)
- Microsoft.Compute (381)
- Microsoft.Consumption (1)
- Microsoft.Containerinstance (15)
- Microsoft.Containerregistry (6)
- Microsoft.Containerservice (10)
- Microsoft.Customproviders (1)
- Microsoft.Databricks (4)
- Microsoft.Datafactory (15)
- Microsoft.Datalakeanalytics (1)
- Microsoft.Datalakestore (5)
- Microsoft.Datamigration (1)
- Microsoft.Dbformysql (7)
- Microsoft.Dbforpostgresql (5)
- Microsoft.Devices (3)
- Microsoft.Devtestlab (2)
- Microsoft.Documentdb (12)
- Microsoft.Domainregistration (1)
- Microsoft.Eventgrid (4)
- Microsoft.Eventhub (15)
- Microsoft.Hdinsight (25)
- Microsoft.Insights (32)
- Microsoft.Keyvault (8)
- Microsoft.Kusto (2)
- Microsoft.Logic (19)
- Microsoft.Machinelearningservices (1)
- Microsoft.Managedidentity (1)
- Microsoft.Maps (1)
- Microsoft.Media (3)
- Microsoft.Network (452)
- Microsoft.Notificationhubs (2)
- Microsoft.Operationalinsights (19)
- Microsoft.Operationsmanagement (10)
- Microsoft.Portal (1)
- Microsoft.Powerbi (1)
- Microsoft.Recoveryservices (9)
- Microsoft.Relay (6)
- Microsoft.Resources (150)
- Microsoft.Scheduler (2)
- Microsoft.Search (2)
- Microsoft.Servicebus (18)
- Microsoft.Servicefabric (3)
- Microsoft.Signalrservice (1)
- Microsoft.Solutions (2)
- Microsoft.Sql (32)
- Microsoft.Sqlvirtualmachine (4)
- Microsoft.Storage (268)
- Microsoft.Streamanalytics (1)
- Microsoft.Timeseriesinsights (2)
- Microsoft.Visualstudio (1)
- Microsoft.Web (80)
Filtrenizle eşleşen 19 şablon var.
Copy FTP files to Azure Blob logic app
This template allows you to create a Logic app triggers on files in an FTP server and copies them to an Azure Blob container. You can add an additional triggers or actions to customize it to your needs.
Create a Logic App using a template
This template creates an empty logic app that can be used to define workflows.
Integration Service Environment Template
Template that creates a virtual network, 4 subnets, and then an Integration Service Environment (ISE), including non-native connectors. Use as a base for templates that require a Logic Apps ISE.
This template allows you to create a Logic app that has a webhook to be used from an Azure Alert. When the Alert is triggered, it will post a message to a slack channel that you specify. You need to have a slack account to use this template.
Retrieve Azure Storage access keys in ARM template
This template will create a Storage account, after which it will create a API connection by dynamically retrieving the primary key of the Storage account. The API connection is then used in a Logic App as a trigger polling for blob changes. The complete scenario can be found on https://blog.eldert.net/retrieve-azure-storage-access-keys-in-arm-template.
Call custom APIs from Azure Logic Apps
Although Logic Apps provides hundreds of connectors for various services, you might want to call APIs that run your own code. One of the easiest and most scalable ways to host your own web APIs is by using Azure App Service. This template deploys a Web app for your custom API and secures that API by using Azure Active Directory authentication.
Run timer jobs that execute on a schedule using Logic Apps.
This template creates a pair of Logic Apps that allows you to create scheduled timer job instances.
Custom Azure Event Grid Topic/Subscription with CloudEvents
Creates a custom Azure Event Grid topic, a webhook subscription having CloudEvents schema, and a Logic App as an event handler. Template originally authored by Justin Yoo.
Correlating messages over Logic Apps using Service Bus
which shows how we can correlate messages over Logic Apps using Azure Service Bus
Integration Patterns - Message Router - Logic App
Solution which shows how we can set up the Message Router pattern using a Logic App
Azure Logic Apps - B2B Disaster Recovery replication
Creates replication Logic Apps for AS2 MIC, generated and received X12 control numbers. Each Logic App's trigger points to a primary site integration account. Each Logic App's action points to a secondary site integration account.
This template creates a Serverless app in Azure with Logic Apps and Functions. The Logic App triggers on an HTTP POST, calls the Azure Function, and returns the response.
Run a SQL stored procedure on a schedule via a logic app
This template allows you to create a Logic App that will run a SQL stored procedure on schedule. Any arguments for the procedure can be put into the body section of the template.
Azure Logic Apps - XSLT with parameters
Creates a request-response Logic App which performs XSLT based transformation. The XSLT map takes primitives (integer, string etc.) as input parameters as uses them during XML transformation.
Azure Logic Apps - AS2 Send Receive
Creates Integration Accounts for two partners (Contoso and Fabrikam) and adds Partners and Agreements into them. It creates Logic Apps between Fabrikam Sales and Contoso which demonstrate synchronous AS2 Send Receive. It also creates Logic Apps between Fabrikam Finance and Contoso which demonstrate asynchronous AS2 Send Receive.
Azure Logic Apps - VETER Pipeline
Creates an integration account, adds schema/map into it, creates a logic app and associates it with the integration account. The logic app implements a VETER pipeline using Xml Validation, XPath Extract and Transform Xml operations.
This template allows you to create a Logic app that has a webhook. When the Logic app is triggered, it will add the payload you pass to an Azure Storage queue that you specify. You can add this webhook to an Azure Alert and then whenever the Alert fires, you'll get that item in the queue.
Alert to text message with Logic app
This template allows you to create a Logic app that has a webhook to be used from an Azure Alert. When the Alert is triggered, it will send you a text message with the details of the alert. It uses the go.gl URL shortening service to include a link to the portal to see the resource.
This template allows you to create a Logic app that sends an email. You can add an additional triggers or actions to customize it to your needs.