I am getting a generic "Could not add public key" error in Azure Devops when attempting to add an SSH public key. This is the first key I've tried to add on a
How can I access the methods of Office.SensitivityLabel in Outlook 365 that will allow me to create and set a label for a new email. Looking at the (sparse) doc
I am attempting to set up the authentication for a Google login in my Azure App Service. However In my App Service the 'Authentication/Authorization' section is
I am using Azure Blob storage to upload/download files. The problem is, if I upload any new file to azure blob that have the same name as already uploaded file
My pipeline receives the Path and the name of a JSON file. This is part of the flow that I created: The lookup step is used to read the JSON File and later I n
I want to create Microsoft BotBuilder following this tutorial. But it seems SO complicated compared to v3.(BTW: starting a tutorial with 3 authentications that
I always wondered which Azure region is closest to me in terms of lowest latency. I also have often needed to know what is the actual location or city of an Azu
Event Hub is fast to send but slow to get. I use next code: subscribe(cb: (event: any) => Promise<void>) { this.consumerClient.subscribe(
The following code work on my machine locally. That means all log statements are in app insights after some minutes... When I deploy the application with Publis
When I try to create an Azure Timer Function in a Function App in Visual Studio Code 2019, I get the following error: Unable to locate the .NET Core SDK. Check
Using arm templates, I am able to create a storage account, queues, file services. But the azure devops task fails when I also try to create container. "resou
We have a .NET Core Web API deployed as an Azure Web App. All endpoint work locally, however, once deployed, we have one controller that is gives us a 404 for a
I am having trouble with secret value update. If I recreate azurerm_windows_function_app with new name the new ID is not being updated in secret value. The secr
Based on this documentation of Azure, there should be a Data encryption option under Security. But I don't see any option of Security. Is there a way to enable
My porpouse is to automate the aquisition of data from a website. I have my python scripts to scrape tables and i can store it as a dataframe or in a csv,xlsx f
Is it possible to create a view of summarizing test point outcome by tester? If yes, how can this be done? I am using Azure DevOps to track the testing progress
I am trying to deploy a new infrastructure using terraform (for the first time) and I am getting the following error. I've tried everything but nothing seems to
I have a scenario in which I want to use Azure Logic App / Azure Power App to use the HTTP Webhook activity to subscribe to Event Grid Topic. I have been using
I have an azure function (nodejs) and through the Authentication tab, I'm adding an OpenID Connect identity provider. After filling in details, when hitting the
In GitLab I am able to see who has forked my repository by clicking the following link: Does anyone know if there is a similar capability within Azure DevOps?