Forum Widgets
Latest Discussions
Create Function App using arm template
Creating a function app in premium plan requires two app settings: WEBSITE_CONTENTAZUREFILECONNECTIONSTRING WEBSITE_CONTENTSHARE Based on the documentation https://docs.microsoft.com/en-us/azure/azure-functions/functions-app-settingsWhen using an Azure Resource Manager template to create a function app during deployment, don't include WEBSITE_CONTENTSHARE in the template. However, including only WEBSITE_CONTENTAZUREFILECONNECTIONSTRING will cause the deployment error: "Required parameter WEBSITE_CONTENTSHARE is missing".IreneWuSep 14, 2021Former Employee1.7KViews1like0CommentsLogic Apps: Value mapping (key-value pair) - XML Transformation
Hi all, I have just started with Logic Apps. My first app is running. It contains a XML transformation (XSLT3). Within the XSLT I have to map some values. My first approach was to put this mapping values as xsl:map into the stylesheet. Works fine. Actually, I want this part to be more flexible. I am looking for something where I can store the value mapping table, which can be easily changed, e.g. a separate XML which will be passed to the XSLT (xsl:params) or parameters from the app. I was wondering if you can point me to the right direction what can be used for that. Thank you in advance SebsraspApr 22, 2020Copper Contributor3.2KViews1like0Comments