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

Visalia : laravel devops - Eduard Kabrinskiy

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

  1. IowaEn

    IowaEn Member

    Eduard Kabrinskiy - Azure devops build - Eduard Kabrinskiy


    <h1>Azure devops build</h1>
    <p>[youtube]</p>
    Azure devops build <a href="http://remmont.com">Today's national news</a> Azure devops build
    <h1>Azure DevOps Build/Release Pipeline with React</h1>
    <p style="clear: both"><img src="https://miro.medium.com/fit/c/96/96/2*eYEdSxGK-PWH7WXug0kEjQ.jpeg" /></p>
    <p>Azure DevOps Server is a Microsoft product that provides version control, reporting, requirements management, project management, automated builds, lab management, testing and release management capabilities. It covers the entire application lifecycle, and enables DevOps capabilities. In this article I?m going to show you how to create a azure build/release pipeline with React.</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*r9EjtCw1qswDWxOgWv1W1w.png" /></p>
    <ol>
    <li>Create New React App and move to the project directory</li>
    </ol>
    <p>2. Create a GitHub Repository and push your project to GitHub Repo</p>
    <p>3. Go to Azure DevOps and click on new project button</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*qrE9RPQgHALa5wfnk--MKQ.png" /></p>
    <p>Then fill the required details. I put azure-react-demo as the Project Name</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/48/1*TgvaXA47ISTg4qhqEdIGwA.png" /></p>
    <p>Then click on the create button</p>
    <p>4. Now click on Pipeline section</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*QmeYyHj3V31lntGyqbpbCA.png" /></p>
    <p>and click create pipeline button to create a new pipeline</p>
    <p>5. After that, you should connect your repository to Azure DevOps so that choose GitHub because our code is on GitHub.</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*PN_IMYrby420NTccr3CS9A.png" /></p>
    <p>Then you choose your repository.</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*FLMR5gRLSxOIptSh4KGaLQ.png" /></p>
    <p>6. Then you have configured the pipeline. We have the react app so choose Node.JS with React</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*aDYGxjy4udkijwQzqSEjMQ.png" /></p>
    <p>7. After that you have to configure the file which is written in YAML format</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*nFBo5grbySS95t-fyY6OMQ.png" /></p>
    <p>We need to do some modifications for the YAML file so the easiest way to do that click on show assistance</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*AYh-FGliSTDPNsDhyUIpng.png" /></p>
    <p>To keep our react app build files we need archive it so in assistance search archive and select Archive files</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*9taNFGW2xpt_67p5FEHHgg.png" /></p>
    <p>After that we need to publish the build artifact so again search publish artifact on assistance</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/58/1*gx5401gGAkdUy_FUm9z4DQ.png" /></p>
    <p>Then click on save and run then you?ll get a below window in that you can select commit directly to the master on create a new branch for the this demo I?m not going to create a new branch so I choose option 1 then again click on save and run</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/36/1*fi3ojoK35ntOSBfHKzoEiA.png" /></p>
    <p>Once that you?ll redirect to window like below.</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*jWZNGdBOBsYjOaHeLmWFng.png" /></p>
    <p>In here click on the job to view the pipeline jobs</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*3cuF5agEnj-QH4TOmxwqYg.png" /></p>
    <p>If we go back to build run we can see artifact published on artifact build</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*L_1iewjxR0uBWlDP8Ysg7g.png" /></p>
    <p>Then click on it now you can see our react app build artifact in the zip file</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*8eTnU6Iii3rH4VaNK-_rvw.png" /></p>
    <p>Okay now let?s create release pipeline for our react app in order to do that</p>
    <p>8. Move to Release Pipeline under pipeline</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/56/1*mH7rruMOzbkulo7uIKJONg.png" /></p>
    <p>and click on a new pipeline and in the template search box search azure and choose Azure App Service Deployment</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*BOhrLvIlBb5RksF59i9qrw.png" /></p>
    <p>Then put any name for the stage name. (I?ve put Test for this) and close it</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*Ndf5ThTg7VNvBVnvsHGFWw.png" /></p>
    <p>Then we can choose artifact for the release pipeline so do that click on artifact section</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*Cy2V8PP5PISd6epa5MnXZw.png" /></p>
    <p>And choose to build artifact which we built earlier</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/56/1*yxIal2PSjyXVgopa9dmeQw.png" /></p>
    <p>if you want to trigger the release in every check-in click this thunder bold icon</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/48/1*cczZqCqHUC5LlqS7_YmwRw.png" /></p>
    <p>and enable Continuous Integration trigger and Pull Request trigger</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*BhWCLTulOSQ7Mw1wEZLE4w.png" /></p>
    <p>Now click on Tasks Tab to configure App Service configurations</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*SJzjOsc2Aba3qwkstBYLbQ.png" /></p>
    <p>Then you need to choose your Azure Subscription and also your App Service name as well</p>
    <p style="clear: both"><img src="https://miro.medium.com/max/60/1*X_EZim-6gCuHgKhkZ34eCw.png" /></p>
    <p>Once you done this run the release pipeline after deployment is done you can see react app is running on azure</p>
    <h2>Azure devops build</h2>

    <h3>Azure devops build</h3>
    <p>[youtube]</p>
    Azure devops build <a href="http://remmont.com">News page</a> Azure devops build
    <h4>Azure devops build</h4>
    Azure DevOps Server is a Microsoft product that provides version control, reporting, requirements management, project management, automated builds, lab management, testing and release management?
    <h5>Azure devops build</h5>
    Azure devops build <a href="http://remmont.com">Azure devops build</a> Azure devops build
    SOURCE: <h6>Azure devops build</h6> <a href="https://dev-ops.engineer/">Azure devops build</a> Azure devops build
    #tags#[replace: -,-Azure devops build] Azure devops build#tags#

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

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