Questions tagged [azure-devops]

65 questions
0
votes
1 answer

Increase disk size on Microsoft Azure

I am new in Microsoft Azure. I saw the Azure docs and there's showing that we can only increase the disk size while the virtual machine de-allocate/stopped. But for the production it is not possible to stop my virtual machine. I am using Ubuntu…
Rocky
  • 49
  • 1
  • 9
0
votes
0 answers

ansible.windows.win_package pass inventory machine details to msi arguments

I'm trying to install MSI file with the help of ansible.windows.win_package module One of the arguments needs to hold the appserver machine name Trying the following syntax - didn't work (I shrink the arguments list in the following task file…
Hiddai
  • 67
  • 2
  • 10
0
votes
1 answer

ansible doesn't find the role mentioned in the playbook

I'm pretty new with Ansible so I might configured things wrong [I have a Docker container running Ansible service in it I have an Ansible repository that include the Ansible files (this is a .Git repository] My will was to automatically revert each…
0
votes
1 answer

What are common variables to mention in an inventory ansible yaml file?

I try to build a pipe-line to install my product. My product is installed in a lab with at least 8 machines (on-prem lab). I have several labs on-prem, several labs on cloud Each machine has a role, for example: a Center-DB machine, a Center-Queue…
Hiddai
  • 67
  • 2
  • 10
0
votes
1 answer

Error at executing Azure Pipeline for a .Net Desktop App - Azure DevOps

I'm creating my first Pipeline to build a .NET Desktop application. I have added the needed task to my YML file but I'm getting the following error, regarding an assembly that may be missing or not found. Error Message: "The type or namespace name…
0
votes
0 answers

Azure: When Deploy FunctionApp to slot -> Error: Package deployment using ZIP Deploy failed. Refer logs for more details

I'm using Azure DevOps and their CI/CD pipelines. When I deploy my Windows FunctionApp to a slot I get this error: 2021-05-04T13:10:14.0501876Z ##[error]Failed to deploy web package to App Service. 2021-05-04T13:10:14.0521125Z ##[error]Error:…
0
votes
2 answers

Does the Infrastructure as Code-concept only really work for (Azure) managed services and not IAAS?

I'm coming from a Microsoft Azure perspective here, and looking to move from manually created/partially scripted infra-setup with VM's to full IaC using Azure DevOps as a single repo for code, infra and pipelines. In my current infrastructure we…
user2713516
  • 155
  • 1
  • 1
  • 11
0
votes
1 answer

Add Public Ip to Azure Scale Set VM

I've deployed Azure VM Scale set and want to attach a separate public IP address to SS VM. How can I perform it?
vish
  • 156
  • 5
0
votes
1 answer

login failed in initializing the provider

I have installed SQL Server on a server(lets say Server1) which is joined to a domain in AD(lets say domain01), and I have another server(lets say server2) which is joined to another domaim(lets say domain02). There is not any trusted connection…
0
votes
1 answer

Azure release pipeline: synce files with commit

Im using a Azure VM for the first time (linux, Ubuntu 18) and Ive been tasked with setting a pipeline/release for continuous development for a simple website Its supposed to work like this: when master branch is commited to Azure, automatically run…
diogo.abdalla
  • 161
  • 1
  • 5
0
votes
1 answer

Not able to connect to VM in Powershell on target machine task devops

i am new to devops, i have created a release pipeline containing task 'Powershell on target machine'. This task fails with below error : Unable to create pssession. Error: 'Connecting to remote server XX.XX.XX.XX failed with the following error…
0
votes
1 answer

Read from Azure DevOps Repo from App Registration

Is it possible to grant an azure app registration access to read from an azure devops git repository? If so how? Incidentally, Azure and Azure Devops have been linked via Active Directory, so they should be able to share credentials, but my App…
Lee Richardson
  • 205
  • 1
  • 2
  • 6
0
votes
1 answer

Migrate to Azure DevOps

My Dev team has created an Azure DevOPS on their own personal account and want to move it to our centralized Azure Tenant. I have access to the the Azure Tenant where I wish to host the devops. note I have visualstudio.com and dev.azure.com and…
0
votes
1 answer

TFS 2015 has 8 collections need to migrated to Azure devops

We have a 2015 TFS server with 8 collections to be migrated to Azure devops. I have tried Microsoft Azure devops migration tool but it is considering each collection as single organization but we want to all 8 collections under one organization. …
Leem
  • 13
  • 1
0
votes
1 answer

What privileges needed to deploy in Azure Pipelines

I'm trying to setup release pipeline. When I add task Azure App Service Deploy and try to authorize, I get an error: Failed to create an app in Azure Active Directory. Error: Insufficient privileges to complete the operation. Ensure that the user…
Igor
  • 1
  • 1