Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results (816)

Results for azure

December 7th, 2023
Building WPF application from Azure DevOps pipeline adds GIT commit hash to the Product version

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...

azure-devopsazure-pipelines
Read more
December 5th, 2023
Epoch time child in json file detected as Integer (in Azure Data Factory) instead of long

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...

azure-data-factory
Read more
December 8th, 2023
Azure- Getting (AuthorizationFailed) even with owner role assigned to my account

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...

azureazure-resource-group
Read more
December 5th, 2023
Azure function - Logging to Azure blob with python

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...

pythonazureloggingazure-functions
Read more
December 4th, 2023
Attach work item to Azure DevOps Pull Request

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 ...

powershellazureazure-devops
Read more
December 5th, 2023
Azure admin - 'No access to this subscription' for Analyze costs

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...

azureazure-cost-calculationcost-management
Read more
December 4th, 2023
Security type issue when creating an azure machine from a legacy image in powershell

I'm trying to automate the creation of machines from a master image and to do this I'm creating images of the OS disk. When I try to create a new mach...

powershellazureazure-powershellvirtual-machine
Read more
December 1st, 2023
Concatenate String and Pipeline Variable in Azure DevOps Release Pipeline

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...

azureazure-devopsazure-pipelinesazure-pipelines-yaml
Read more
December 5th, 2023
Azure iOS Build gets stuck at Generating '<AppName>.app.dSYM' step

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 ...

iosazureazure-devopsfastlanepipeline
Read more
December 4th, 2023
Azure Bicep - Cross resource group reference using Scope

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...

azureazure-bicep
Read more
December 3rd, 2023
How can I create a Blob file SAS URI using Azure Functions with the HTTP Trigger?

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...

azureazure-blob-storageazure-functionsazure-logic-apps
Read more
November 30th, 2023
Permission to view Azure webjobs logs

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...

azureazure-webjobspermissions
Read more
December 1st, 2023
Azure DevOps Advance Security Scanning cannot read pnpm lock file

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...

azure-devops
Read more
December 3rd, 2023
Is there an alternative for DelegatingHandler in Azure.Search.Documents.SearchClient?

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...

azureazure-migrateazure-search-.net-sdk
Read more
December 5th, 2023
How to use C#/C++/librdkafka with OIDC and Azure AD as token provider for OAUTHBEARER in apache kafka?

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...

apache-kafkaazure-active-directoryoauth-2.0oauthproducer-consumer
Read more
December 1st, 2023
Link static web app's preview deployment to Azure Function's non-default deployment slot using az cli

Using this command: az staticwebapp functions link --function-resource-id "/subscriptions/[sub-id]/resourceGroups/[resource-group-name]/providers/Micr...

azureazure-functionsazure-cliazure-static-web-app
Read more
December 1st, 2023
What is the safest (least dependencies) to log startup in a Blazor app on Azure

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...

asp.net-coreblazorblazor-server-side
Read more
November 30th, 2023
Azure Open AI bring your own data feature returning error on getChatCompletions call: "Functions are not supported at this time."

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/...

azure-openaiazure-java-sdkazure-ai
Read more
December 3rd, 2023
Where to find required properties for Bicep Azure resources

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...

azureazure-resource-managerazure-virtual-machineazure-bicep
Read more
November 28th, 2023
AADSTS9002327 error in Refresh Token Flow in Azure AD

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 ...

azure-active-directoryrefresh-tokenoauth-refresh-token
Read more
December 3rd, 2023
Azure Function is returning list of values but it the list appears empty in Chrome

I have the following Azure Function: [Function("GetList")] public async Task GetList( [HttpTrigger(AuthorizationLevel.Function, "GE...

c#azureazure-functions.net-8.0
Read more
December 7th, 2023
Azure web app get deployed but wrong content in wwwroot folder

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...

azureazure-devopsazure-web-app-service
Read more
November 28th, 2023
Azure Data Factory Link Connection to REST API Error when deserializing source JSON file

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...

azure-data-factory
Read more
December 3rd, 2023
SSO Azure AD Authentication via POST using Oauth2 - PHP

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...

phpazuresingle-sign-onazure-active-directoryoauth-2.0
Read more
December 3rd, 2023
Powershell azure get oauth token for application authentication

I'm using powershell and have connected to Azure using Connect-AzAccount. I've got some function apps running in with Azure authentication in-front of...

powershellazureazure-active-directoryauthentication
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?