Results for azure-powershell
I am using dontnet task to create the WPF selfcontained exe. Initially I was getting Product version as "1.0.0" but now I am getting the version as "1...
I have a csv file which is stored in azure data lake and I want to move it to azure SQL database table. Now my problem is the table has 2 extra colum...
I have a json file contining a unix time field which needs to be converted to a timestamp. However the issue I am having in Dataflow is that the field...
When I run az aks get-credentials --name project --resource-group project-rg, I get the following error: but I have owner access level in the resourc...
I have an Azure function where I tried multiple ways to write/log, my python script logs to an Azure blob. However, I can't seem to make it work, even...
I am working on an approach to attach a work item to a Pull Request via an API in Azure DevOps. I have attempted the following method, but it has not ...
I am new to Azure, so I may have misunderstood something basic. If I sign into the account and click on 'Cost Management' and then 'Analyze costs' I g...
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 am trying to set up a pipeline for an iOS application using Fastlane and Match and I have followed the following guide. Azure iOS Pipeline Guide Is ...
In my Azure Bicep deployment, I am deploying on to a resource group (RG2) trying to refer Azure resources (eg: Service Bus) from another resource grou...
I am currently working on a project where we have the requirement to create blob files from base64 using Logic Apps. The Blob files that are being cre...
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...
I've decided to migrate from Microsoft.Azure.Search 3.0.5 to Azure.Search.Documents, I've done everything according to a migration guide, but I couldn...
I try to use C# to produce message to Apache Kafka. But I notice there are a config called sasl.login.callback.handler.class which should be configure...
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'm trying to create resources on Azure Cloud using Bicep but im not sure where to find required properties I'm using this link https://learn.microsof...
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 the following Azure Function: [Function("GetList")] public async Task GetList( [HttpTrigger(AuthorizationLevel.Function, "GE...
I have a dotnet 6 solution which I deploy with azure-devops in Azure Webapp. this is part of my yml: - task: AzureRmWebAppDeployment@4 d...
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 have written a code to login using Azure AD it is working fine but when I redirect it to the next page the session variable with the values gets emp...
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...
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?