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 (759)

Results for azure-aks

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
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 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
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
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
November 25th, 2023
How to add field mapping in Azure AI Search Indexer for nested Json Array

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

azureazure-blob-storageblobstoreazure-cognitive-searchazure-search-.net-sdk
Read more
November 26th, 2023
NET8 Azure Function can't convert a json message from a service bus

I'm creating a very simple Azure Function with NET8. public async Task Run( [ServiceBusTrigger("wordvoice", Connection = "SBConnectionString")] ...

c#azure-functions
Read more
November 26th, 2023
Why Azure allowing to create and assign custom Azure RBAC definitions despite not having Microsoft Entra ID P1 or P2 license?

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

azure-climicrosoft-entra-id
Read more
November 28th, 2023
Set pipeline variables with quotes in Azure Pipelines

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

azure-devopsbashazure-pipelines
Read more
November 30th, 2023
How to write own test result xml readable by Azure Pipline

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

c#azure-devops
Read more
November 24th, 2023
Is it possible to deploy Azure VM Applications using Devops

I've just explored the Azure VM Application feature, and it's genuinely valuable. However, the available deployment options seem limited, primarily ma...

azure-devopsterraformazure-virtual-machineazure-vm-extension
Read more
November 30th, 2023
Azure Logic Apps Export to file from paginated report not working 401 Unauthorized

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

azurepowerbiazure-logic-appspowerbi-paginated-reports
Read more
November 26th, 2023
BitBucket showing Azure DevOps build as unsuccessful when build passed with warning

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

azure-devopsazure-pipelinesbitbucket
Read more
November 23rd, 2023
Approving pipeline stage azure devops via API

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

azureazure-devopsazure-pipelines-yamlazure-devops-rest-api
Read more
November 21st, 2023
Can't run bash script in azure pipiline on windows agent with wsl

I'm trying to run this inline script: Pat="myPat" B64Pat=$(echo -n "$Pat" | base64) git -c http.https:.extraheader="AUTHORIZATION: basic $B64Pat" subm...

azure-devopsbashwindows-subsystem-for-linuxazure-pipelines
Read more
November 26th, 2023
Azure DevOps Pipeline with BitBucket repo - triggering build on any PR change not just code changes

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

azure-devopsazure-pipelinesazure-pipelines-yaml
Read more
November 28th, 2023
Managing Azure API Management cache - store entire response and delete it based on another endpoint

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

azureazure-functionsazure-api-management
Read more
November 19th, 2023
Azure Function Description to APIM Description

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

azure-functionsazure-api-management
Read more
November 21st, 2023
Openai api via azure error: NotFoundError: 404 Resource not found

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

azureopenai-apiazure-openaichatgpt-api
Read more
November 20th, 2023
Azure Function App - How to upgrade .NET runtime

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

.netazure-functions
Read more
November 30th, 2023
Using ELK in Azure Cloud

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

azureazure-application-insightselkobservability
Read more
November 22nd, 2023
Azure DevOps Pipeline: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0'

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

powershellazureazure-devopsazure-pipelinespowershell-core
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?