Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Messaging Replication Function app on the Premium plan

Deploy To Azure Deploy To Azure US Gov Visualize

Azure Functions is a solution for running small pieces of code, or functions, in the cloud. You can write just the code you need for the problem at hand, without worrying about a whole application or the infrastructure to run it.

For more information about Azure Functions, see the following articles:

Overview and deployed resources

The following resources are deployed as part of the solution:

Azure Function Premium Plan

The Azure Functions Premium plan which enables virtual network integration.

  • Microsoft.Web/serverfarms: The Azure Functions Premium plan (a.k.a. Elastic Premium plan)

Function App

The function app to be deployed as part of the Azure Functions Premium plan.

  • Microsoft.Web/sites: The function app instance.

Application Insights

Application Insights is used to provide monitoring for the Azure Function.

  • Microsoft.Insights/components: The Application Insights instance used by the Azure Function for monitoring.

Azure Storage

The Azure Storage account used by the Azure Function.

Deployment steps

You can click the "deploy to Azure" button at the beginning of this document or follow the instructions for command line deployment using the scripts in the root of this repo.