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

Results for azure-devops

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
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 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 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 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 17th, 2023
How to connect and read/write to Azure ADLS Gen2 or Blob Store using Shared Access Signature with Databricks

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

databricksazure-databricksdatabricks-connect
Read more
November 17th, 2023
Read a secret key from azure key vault in apim

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

azure-keyvaultazure-api-managementhmac
Read more
November 17th, 2023
How to install .NET performance diagnostics tools Azure Build Pipelines

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

azure-devopsvisual-studio
Read more
November 18th, 2023
Getting "TypeError: quote_from_bytes() expected bytes" in serialize_blob_tags_header when uploading blob to Azure

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

pythonazureazure-blob-storage
Read more
November 20th, 2023
Azure Function App (Python v2) - blob_trigger function not showing after deployment

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

azure-blob-storageazure-functionsazure-triggersazure-python-sdk
Read more
November 18th, 2023
Load variables from a virtual env for a cron task on Azure web app server

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

cronazuredjangoazure-web-app-servicevirtualenv
Read more
November 29th, 2023
How can I copy an Azure Storage Blob from a Private Storage Account to a Public Storage Account?

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

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