Best way to run .exe file in Azure?
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 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…
How to export the azure resources to csv file, using azure CLI? I’m new to azure.
I'm trying to start a headless chrome with a puppeteer in Azure Functions on Linux. What do I do? I have a “Function App” that looks this way: And I have a function: I build this function remotely this way:…
I have an Azure Function App that reads the value of appsettings.json and replaces part of the secret with Azure Key Vault However, the URI and userAssignedClientId used by KeyVault need to get the value from the appsetting.json file according…
My Azure function works, I can debug it, and deploy it no problem. But when I deploy it and it gets built into the release folder I see errors in the obj -> Release/net6.0 folder. FYI - I deploy by…
I have created an azure http trigger (also tried with timer trigger) function and it is calling an third party API with necessary params as content header. Locally in VS Code (debug mode), it's working fine. I am getting desired…
I am trying to deploy Azure functions using Azure DevOps. I have used terraform to create the required resources(Azure functions app) in Azure portal. As a next steps with the build and release pipeline I have deployed actual function code…