1. Нам важно Ваше мнение!
    и обсуждайте вместе! Нажимайте "мне нравится" и рекомендуйте друзьям ;)
    Понравилось тема? Напишите в ней свой отзыв.
    Считаете что тема не достаточно полно раскрыта? Расскажите свою точку зрения!
    С Вашей помощью сделаем форум еще лучше!

Tallahassee : devops boards - Кабринский Эдуард

Тема в разделе 'Горячие новости для тех кто следит за собой', создана пользователем NashvilleEn, 19 май 2021.

  1. NashvilleEn

    NashvilleEn Member

    Kabrinskiy Eduard - Azure devops deployment groups - Рдуард Кабринский


    <h1>Azure devops deployment groups</h1>
    <p>[youtube]</p>
    Azure devops deployment groups <a href="http://remmont.com">Breaking news today</a> Azure devops deployment groups
    <h1>Create a VM with an deployment group agent using Terraform</h1>
    <p>One of the advantages of PaaS to IaaS is how easy they are to deploy to. If you have to use IaaS, you?d still want to use Infrastructure as Code and CI/CD pipelines.</p>
    <p>In this guide, I will show how to provision a VM on Azure with the Azure DevOps deployment group agent pre-installed. When the VM comes up, it will also register against an Azure DevOps deployment group.</p>
    <h2>Background</h2>
    <p>Deployment groups allow you to deploy to on-prem servers or IaaS workloads on any cloud. It?s a group of machines that have Azure DevOps agents installed on them and they communicate outbound with Azure DevOps. You can define a release to a deployment group that will run a set of tasks. For example, you can deploy to IIS, copy files to the machine, deploy Windows Services, and other things.</p>
    <h2>Set-Up</h2>
    <h3>Creating the Deployment Group</h3>
    <p>First, define a deployment group to deploy to. Pick an Azure DevOps Team Project, and go Pipelines. From pipelines, select Deployment Groups.</p>
    <p style="clear: both"><img src="https://gaunacode.com/assets/uploads/2020-04-02_9-01-50.jpg" /></p>
    <p>Create a new deployment group. I called mine test .</p>
    <h3>Creating a new PAT</h3>
    <p style="clear: both"><img src="https://gaunacode.com/assets/uploads/2020-04-02_9-05-18.jpg" /></p>
    <p>Next, create the new token. Choose the expiration date that works for your and give it a descriptive name. Once you create it, you won't be able to retrieve the value. So, make sure you copy it or don?t close the browser tab until you finish this guide.</p>
    <p style="clear: both"><img src="https://gaunacode.com/assets/uploads/2020-04-02_9-05-34.jpg" /></p>
    <h2>Terraform</h2>
    <p>Here?s some quick configuration on provisioning a simple Windows Server VM. I called my file vm.tf .</p>
    <p>Here?s the variables you?ll need to define.</p>
    <h3>Deployment Group Agent</h3>
    <p>In order to install the deployment group agent to this VM, we must use the Azure DevOps deployment group VM extension.</p>
    <p>The settings are parameters that the VM extension needs in order to register to the proper deployment group. The protected_settings are more sensitive settings, like the PAT.</p>
    <p>Here?s what they should be:</p>
    <p><ul>
    <li>VSTSAccountName ( azure_devops_organization ) - The name of your Azure DevOps organization. For example, if you use https://dev.azure.com/mycompany , then the name of your org is mycompany .</li>
    <li>TeamProject ( azure_devops_teamproject ) - The Azure DevOps team project you?ll be using to release from.</li>
    <li>DeploymentGroup ( azure_devops_deploymentgroup ) - The deployment group agent you created above in ?Set-Up?.</li>
    <li>AgentName ( azure_devops_agentname ) - The name of the agent. It could be useful to name this after the vm.</li>
    </ul>
    </p>
    <p>That?s it! Once you terraform plan and apply you?ll have a new VM that has registered to Azure DevOps. Give it several minutes.</p>
    <h2>Azure devops deployment groups</h2>

    <h3>Azure devops deployment groups</h3>
    <p>[youtube]</p>
    Azure devops deployment groups <a href="http://remmont.com">Newspaper headlines today</a> Azure devops deployment groups
    <h4>Azure devops deployment groups</h4>
    One of the advantages of PaaS to IaaS is how easy they are to deploy to. If you have to use IaaS, you?d still want to use Infrastructure as Code and CI/CD pipelines.
    <h5>Azure devops deployment groups</h5>
    Azure devops deployment groups <a href="http://remmont.com">Azure devops deployment groups</a> Azure devops deployment groups
    SOURCE: <h6>Azure devops deployment groups</h6> <a href="https://dev-ops.engineer/">Azure devops deployment groups</a> Azure devops deployment groups
    #tags#[replace: -,-Azure devops deployment groups] Azure devops deployment groups#tags#

    Кабринский Эдуард
    current news

Поделиться этой страницей