Can we save azure functions logs to a file?
I know this might be a repeated question, but I am asking it again because I am not able to find any specific answer. I am new to Azure functions. I have written an Azure functions in Java. I have…
I know this might be a repeated question, but I am asking it again because I am not able to find any specific answer. I am new to Azure functions. I have written an Azure functions in Java. I have…
I am getting "Credentials argument needs to implement signRequest method" when trying to "create a function app in azure" from Azureresourcesremote in VS Code. However, I can create a Resource Group from the same place. I validated that I can…
I have a blob storage that has 2 Containers called input and output. when a file gets uploaded to input then a Function app (Blobtrigger) would work on it and save the result in output folder. right now i need…
I am trying to download blob using blob url in Service Bus Topic trigger Azure function, but getting below error: Status: 404 (The specified blob does not exist.) ErrorCode: BlobNotFound Content: <?xml version="1.0" encoding="utf-8"?><Error><Code>BlobNotFound</Code><Message>The specified blob does not exist. </Message></Error>…
I am trying to read some data from a sql view. I am pyodbc driver for that, I found out that pyodbc cannot read views. Is there is a way to read sql view in a python function? Here is…
I am currently working on understanding Event Hub along with Azure Function. I have checked out event driven scaling which mentions about the scale controller. But none of the azure documents I referred gave out the logic behind scale controller…
I am trying to learn Azure functions and i have added a HTTPTrigger function and publish on Azure Now what if i don't have any web application on azure to test , and I want to test it my already…
I already have a function app with several functions deployed through devops pipeline. I want to implement deployment slots to my current environment so that we can have better availability. Followed this document from Microsoft https://learn.microsoft.com/en-us/azure/azure-functions/functions-deployment-slots After creating deployment slot.…
I use CosmosClient from SDK Microsoft.Azure.Cosmos 3.28.0 in ASP.NET Core 3.1 in Azure Durable Function. This client is getting and sending data from/to my cosmos instance (Core (SQL)) and it works fine but I see that it constantly throws exception…
I am having the following problem and an extensive search online didn't provide any good results. When trying to access my Azure Data Explorer Database and querying using the Kusto.Data SDK in an Azure Function, it yields the following error:…