Results for azure-aks
I have a Azure Release Pipeline which is used to deploy the non-production data factory template to the production data factory used in a migration. T...
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...
I am trying to add the AdvancedSecurity-Dependency-Scanning@1 task to a pipeline to onboard onto the advanced security feature of ADO. My repository h...
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've just explored the Azure VM Application feature, and it's genuinely valuable. However, the available deployment options seem limited, primarily ma...
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...
We have a repo in BitBucket and are using pipelines in Azure DevOps to build the repo. In BitBucket we can see the status of the last build from the p...
I am trying to approve stages of a multi-stage yaml pipeline in azure devops but my REST requests to the endpoint detailed here return an error {"$id"...
I'm trying to run this inline script: Pat="myPat" B64Pat=$(echo -n "$Pat" | base64) git -c http.https:.extraheader="AUTHORIZATION: basic $B64Pat" subm...
We have a repository hosted in BitBucket with the build pipelines in Azure DevOps. In the yaml file for the pipeline we have a pr trigger defined. pr:...
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'm working with an Azure DevOps Pipeline that's designed to execute a PowerShell script stored in a repository. This script utilizes the "rhubarb-gee...
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?