Azure CLI(Export azure resource to csv)
How to export the azure resources to csv file, using azure CLI? I’m new to azure.
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…
We are facing a strange issue with one of our Az Functions. We are using a durable functions which it does have several AppKeys configured, one of them is called "durabletask_extension". We are trying to automate the refresh of the…
I am facing issue in copying files from Edgenode to ADLS. For this i used AZCOPY and here is the code for that. It ran perfectly fine in Dev environment. When it comes to the test environment it behaves odd,…
I am building a timer-triggered Azure Function that uses a PowerShell script. For input binding, there is Azure Table Storage. In order to use newly added values in my script, I was hoping to make use of the automatic Timestamp…
I am trying to lift an OptaPlanner project into the cloud as an Azure Function. My goal in this would be to enhance the scaling so that our company can process more solutions in parallel. Background: We currently have a…