Results for azure-devops
I would like to give read access to multiple colleagues to read Azure webjobs logs. Azure WebJobs logs button If you click on the button in the logs c...
Using this command: az staticwebapp functions link --function-resource-id "/subscriptions/[sub-id]/resourceGroups/[resource-group-name]/providers/Micr...
When my Blazor app first starts, before the ILogger system is initialized (or fails initialization), I want to be able to log four things: The very f...
Example I am following: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-openai_1.0.0-beta.5/sdk/openai/azure-ai-openai/src/samples/java/com/...
I am getting below error when I attempt a Refresh Token Flow in Azure AD. AADSTS9002327: Tokens issued for the 'Single-Page Application' client-type ...
I have setup both a REST API and HTTP Link service to our APIs with ADF. The objective is to copy data from our API to one of our SQLDBs The link conn...
I want to use Azure AI Search to do a full-text search on JSON documents stored in Azure blob storage. Everything is working fine except field mapping...
I'm creating a very simple Azure Function with NET8. public async Task Run( [ServiceBusTrigger("wordvoice", Connection = "SBConnectionString")] ...
Issue: I was able to create and assign custom Azure RBAC definitions when I am not supposed to. Symptoms: I was able to create and update custom Azure...
On a MS-hosted Azure pipeline running on ubuntu, within a bash script task, I am setting some pipeline variables that need to be available to another ...
I would like to publish a self made test result xml in an Azure Pipline. But searching for the format I only find results, how to publish the differen...
i have a simple flow in azure logic apps: 1- reccurence. 2- Export to file from paginated report as excel. 3- email the excel file. but the second has...
I'm trying to run this inline script: Pat="myPat" B64Pat=$(echo -n "$Pat" | base64) git -c http.https:.extraheader="AUTHORIZATION: basic $B64Pat" subm...
I have an Azure API Management, with API connected to Azure Function (I used autogeneration of API from Function App). In this API I have few endpoint...
Is it possible to add a description to an Azure Function that gets imported into the APIM API Description when you import Functions to APIM? ...
thanks to the university account my team and I were able to get openai credits through microsoft azure. The problem is that now, trying to use the ope...
I currently have an Azure Function app created as a .NET 7 LTS isolated runtime stack. I'm running Consumption (Serverless) in Linux. I've upgraded my...
We are using Azure App Insights for all tracing . monitoring and log requirements of our applications running in Azure. We have seen cases where teams...
I created SAS keys for my Azure Storage account, see image below. Can someone show me how to connect to the Storage account with Databricks using the ...
i need to validate a hmac in my apim policy. For which the hmac secret will be stored in azure key vault. Below are the steps that i will be following...
Visual Studio/.NET has a lot of different performance tools like VSDiagnostics.exe. We want to establish a build pipeline for the sole purpose to diag...
This error occurs when using attempting to upload a blob to azure with python. Full error is here: File "C:\Users\P3159331\OneDrive - Charter Commu...
I have a Function App in a Python v2 programming model, which has a blob_trigger that is supposed to do sth on new blobs being created in a given stor...
I have a python (Django) web app running on Azure App Service. Despite everything I tried from other SO threads, I can't figure out how to have the en...
I have two Azure storage accounts - staging-account.blob.core.windows.net and production-public-account.blob.core.windows.net. I would like to copy a ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?