Difference .net 6 and .net 6 isolated for Azure Function Apps
With Azure functions what is the difference of using .net 6 and .net 6 isolated?
With Azure functions what is the difference of using .net 6 and .net 6 isolated?
I have deployed an Azure function app, While using the command Connect-AzureAD in one of the function is throwing the error "You are using TLS version 1.0, 1.1 and/or 3DES cipher which are deprecated to improve the security posture of…
I am trying to write a Terraform descriptor for integration Azure Functions, KeyVault and CosmosDB. On one hand I need Azure Functions identity id to create KeyVault access policy. On the other I need KeyVault's CosmosDB key reference to put…
Is there a way to view logging of my Azure Function App without the use of Application Insights? Can I write the logging of my Function app to a separate file that I can view? (edit) If so, how? Edit:…
I have an Azure Function that I'm managing via Azure APIM. I have created a subsciption key for it, however it's not being enforced. I've tested accessing it without the subscription key and it can still get a response. Any…
I have a project hosted on Microsoft Azure. It has Azure Functions that are Python code and they recently stopped working (500 Internal Server Error). The code has errors I haven't had before and no known changes were made (but…
I have an .exe application that outputs a file into the folder path you give as an input. The end goal is to get the output file into blob storage. I have considered azure functions but not sure if it…
I'm running a PowerShell script in Azure function (Timer Trigger) which will fetch PowerBI workspace data from Azure and it will store to Blob storage. I want the output data of the Azure function to be stored in csv format…
ISSUE I am trying to setup my UTC CRON job in my Azure Function App to run based on EST/EDT timezone. My thought is that you enter in your CRON time for your desired timezone, and then via the Azure…
I have a document structure like this: Title [[TOC]] #Topic 1 x x x x x x x x ##Sub-Topic 1 x x x x x x x x #Topic 2 x x x x x x x x ##Sub-Topic…