lipalath-ms
lipalath-ms
I see the following exception from Azure Function (Service Bus Trigger) after I upgraded azure function from v3 to v4 as part of .NET 6 upgrade: ``` The host is...
I have the following ARM template for deploying Azure Function Apps to production and staging slots: ``` module functionAppTemplate_F 'functionApp.bicep' = { name: 'functionAppTemplate-F' params: { } dependsOn: [ servicePlanTemplate...
I followed this article in order to connect to SharePoint and publish to catalog and I see this: Id Title Deployed AppCatalogVersion InstalledVersion -- ----- -------- ----------------- ---------------- 1 App...
Hi, I'm doing deployment to functionApp slot (+ my custom script to enable managed identity on all slots and update app settings with values from keyVault) in my Azure Devops...