Skip to main content

Unanswered Questions

49 questions with no upvoted or accepted answers
11 votes
1 answer
3k views

Provisioning times for Redis in cloud taking too long, how can we shorten it?

Provisioning a 1 GB Redis cache service on AWS takes around 8 minutes. Doing the same on Azure takes around 16 minutes. Ours Terraform scripts need the call back from the Redis systems. Why is this ...
3 votes
1 answer
1k views

How can I run a script in an Azure WebApp container after deployment as part of an Azure DevOps Pipeline using the classic pipelines interface?

My knowledge of Azure is pretty limited - this is the first project where I've worked with it. We are deploying Azure webapps in docker containers via an Azure pipeline configured with the classic ...
3 votes
1 answer
3k views

Error MSB4226: Microsoft.WebApplication.targets" was not found

I was wondering if someone has ran into this problem as I have tried everything to fix. I have a DevOps build pipeline in Azure running visual studio 2015 version (which matches my local machine) and ...
2 votes
0 answers
191 views

AWS SSO using Azure Active Directory and AWS IAM

I'm trying to create a flow where users can be authenticated to AWS Console using Aure Active Directory Credentials, and the access of their accounts can be managed using IAM. I have connected AWS SSO ...
2 votes
0 answers
962 views

Programmatically access output of azure pipeline runs?

Is there an SDK or cli tooling to retrieve the logging output of steps from azure pipeline runs ? I'd really like to be able to grep into the output of a given template I am changing for prior runs ...
2 votes
0 answers
109 views

System/Integration Testing with DevOps

I would like to run system/integration tests in Azure DevOps. I have a Visual Studio "test" solution Test That includes three projects, that are normally being deployed (using Azure DevOps)...
2 votes
0 answers
27 views

Connecting to MySQL Remotely on Azure VM

I am having trouble connecting remotely to my MySql install that runs on an Azure VM. Here is what I did: Ubuntu VM with MySql 5.7 installed Bind Address set to 0.0.0.0 User granted rights with ...
2 votes
1 answer
3k views

What are the ways to get authorized access to mlflow through Azure Active Directory?

What are the ways to get authorized access to mlflow through Azure Active Directory? Requirements: I need to grant access to the mlflow web interface installed on a Ubuntu 16 Virtual Machine in ...
2 votes
0 answers
109 views

Cheapest database option on Azure supporting Offline Data Sync / Azure Mobile Apps

What's the cheapest database option on Azure that can be used with Offline Data Sync? I want to run a productive app on that, but I don't expect many users and as it's only sync I don't need ultra ...
1 vote
1 answer
63 views

How can I free up the Azure default domain name for use in another web app?

TL;DR: Is there any way to delete the default domain for an Azure web app? I want to reuse the domain name with a different app. I need to take over the administration and start paying the bills for ...
1 vote
1 answer
948 views

Azure ACR login fails with "Admin user is disabled" but Portal shows me as Service Admin

(Real need: I want to set up a customized-to-my-needs container for development. I have the dockerfile but my impression is that I need to go through ACR. So:) I'm logged in to Azure both with the CLI ...
1 vote
1 answer
146 views

How can I transfer the Product backlogs, EPICs, features etc.. from one organisation to another in Azure DevOps?

I have one Org structure created in my Azure DevOps for Eg: Org ABC, under that I have lots of backlog items (epics, features, PB's etc..) Now I have created a new Org Structure for which I am the ...
1 vote
1 answer
70 views

Azure DevOps issue with GIT, Visual Studio and Azure (Umbraco)

I am completely new to Visual Studio, .net and Azure DevOps I have a problem with GIT using the GIT bits (rather than CMD), in Visual Studio I have a .Net application (Umbraco), that has been built ...
1 vote
1 answer
25 views

Change container size in a template from the Marketplace

I am trying to use a template from the Azure Marketplace. Everything works, but it defaults to storage sizes that are by orders of magnitude too large for my usecase. At the end of the process, I can ...
0 votes
1 answer
35 views

How to review Azure Devops git repo pull request in an IDE like Visual Studio?

I wonder if there is a way to review pull requests in an IDE like environment (which is easier to visualise merge conflicts). The main pain point is having to check merge conflicts resulting from the ...

15 30 50 per page