ТЕМА: Durham : azure devops token - Kabrinskiy Eduard

Durham : azure devops token - Kabrinskiy Eduard 2 років 10 місяців тому #30165

Кабринский Эдуард - Vsts deployment - Эдуард Кабринский


<h1>Vsts deployment</h1>
<p>[youtube]</p>
Vsts deployment <a href="remmont.com">National news in english</a> Vsts deployment
<h1>Microsoft Visual Studio Team Services (VSTS) Tutorial: The Cloud ALM Platform</h1>
<p><strong>Tutorial on Microsoft Visual Studio Team Services (VSTS) Cloud ALM Platform for the Entire Project Team:</strong></p>
<p>Our previous tutorial briefed us with a list of Continuous Delivery Tools. Here, we will focus on Microsoft VSTS.</p>
<p>Microsoft Visual Studio Team Services (VSTS) is a new cloud-based offering that helps the project teams to take care of all the aspects of the process for software development.</p>
<p>Visual Studio Team Services (VSTS) is an online hosted service from Microsoft.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...o-team-services1.png" /></p>
<p>What You Will Learn:</p>
<h3>Meaning & Importance of VSTS</h3>
<p>The best part of VSTS is that you don’t need to install anything, you can either go for a pay-as-you-use or the FREE 5-user license via the visual studio website. Click here to navigate to the visual studio website.</p>
<p>Hence, Microsoft VSTS is an Application Lifecycle Management (ALM) system which helps the entire project team to capture Requirements, Agile /Traditional Project Planning, Work Item management, Version Control, Build, Deployment, and manual Testing all in a single platform.</p>
<p><strong>In simple terms, Microsoft VSTS is Team Foundation Server (TFS) on the cloud.</strong></p>
<p>VSTS is tightly integrated with Visual Studio. NET IDE.</p>
<p>In my previous tutorials on Microsoft TFS, we saw how to use the above-mentioned features on On-Premise servers. In this tutorial, we will see how the same features can be used or extended to perform deployments over the cloud and in particular on the Azure cloud.</p>
<h3>Creating Microsoft VSTS account</h3>
<p>To get started, launch the URL and create a free account as shown below. Once the account is created you can start by creating projects.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image001.png" /></p>
<p>Click the button “<strong>Get started for free</strong>” under the Visual Studio Team Services column.</p>
<p>Enter the desired account details which you will use to perform project-related activities.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image002.png" /></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image003.png" /></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image004.png" /></p>
<p>One important aspect is that as shown in the below screenshot you will need to provide a unique name which will be used as the URL to login to Microsoft VSTS. You can also manage code artifacts using private Git repo or the TFVC.</p>
<p>For this tutorial, we will use the TFVC repo to manage the source code.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image005.png" /></p>
<p>Proceed to start creating VSTS projects using TFVC repo and select the process that the entire project team would be working with for <strong>Example</strong> Agile, Scrum etc.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image006.png" /></p>
<p>Click <strong>Continue</strong> to create the project.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image007.png" /></p>
<p>The project created is listed. You can also create additional VSTS projects by clicking on the <strong>New Project</strong> icon.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image008.png" /></p>
<p>Click on <strong>MyFirstProject</strong> and this will open up the project page for you. This is very similar to TFS which we saw earlier in my earlier tutorials. However, the user interface though is a bit different.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image009.png" /></p>
<p>Click on <strong>the Dashboards menu.</strong> </p>
<p>Since VSTS is meant to be a platform for the entire project team to work and collaborate together with the initial activities that need to be performed which is to add all the team members to work on the project.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image010.png" /></p>
<p>Under Team Members, the right click on <strong>Invite a friend</strong> and add all the other VSTS accounts created by the team.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image011.png" /></p>
<p>Search all the VSTS accounts created by the team and Add them to the project just created. <strong>Save</strong> changes once done.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image012.png" /></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image013.png" /></p>
<p>All the accounts added are shown and displayed on the dashboard.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image014.png" /></p>
<h3>Create User Story and Task</h3>
<p>As in my earlier tutorials, we will start by creating User stories and link Tasks to it. The tasks will typically need to be assigned to the developers for them to link to the code changes.</p>
<p>These User Stories and Tasks will need to be added to the Sprint cycle from a project planning perspective.</p>
<p>Using the <strong>Work</strong> menu select <strong>Queries => New => User Story</strong></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image015.png" /></p>
<p>Enter a title and update the other fields to the User Story. <strong>Save</strong> the User Story once all the fields are updated.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image016.png" /></p>
<p>To create a Task work item and link to User Story select <strong>New => Task</strong></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image017.png" /></p>
<p>Enter a title for the new Task and save it.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image018.png" /></p>
<p>To link the user story to the task click on <strong>“Related work=> Add Link Existing Item”.</strong> Add the User Story as Parent.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image019.png" /></p>
<p>Enter the Work Item id of the User Story or some text from the title and click OK.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image020.png" /></p>
<p>The link created to the User Story is shown under “<strong>Related Work</strong>”.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image021.png" /></p>
<h3>Open the Project in Visual Studio</h3>
<p>To start developing the User Story you will need Visual Studio.NET 2015/2017 installed on your local machine. The source code will need to be shared with the TFVC repo. Click on <strong>Open in Visual Studio.</strong></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image022.png" /></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image023.png" /></p>
<p>Click on <strong>Open Link</strong></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image024.png" /></p>
<p>Once Visual Studio.Net is opened go to the <strong>Team Explorer view</strong> and click on <strong>Manage Connections => Connect to Team Project</strong></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image025.png" /></p>
<p>Click on Servers to add the VSTS URL which will then show up for the projects created.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image026.png" /></p>
<p><strong>Click on Add</strong></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image027.png" /></p>
<p>Add the VSTS URL and click OK</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image028.png" /></p>
<p>You will need to sign in with the VSTS account which you created earlier.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image029.png" /></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image030.png" /></p>
<p><strong>Click Sign in</strong></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image031.png" /></p>
<p>You can now connect to the VSTS project created earlier and start to share the source code to the TFVC repo.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image032.png" /></p>
<p>Click on <strong>Connect</strong></p>
<p>The connected project from the VSTS connection is now shown.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image033.png" /></p>
<p>Create a new ASP.Net Web Application project and add to source control.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image034.png" /></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image035.png" /></p>
<p>Modify the <strong>Default.aspx</strong> file so that the changes can be linked to the Task created once the solution is added to the source control.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image036.png" /></p>
<p>Add Solution to Source Control.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image037.png" /></p>
<p>Select the VSTS project and click on OK to add the solution to TFVC repo.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image038.png" /></p>
<p>Click <strong>Ok</strong></p>
<p>In Team Explorer go to Pending Changes and Check-in. Under Related Work Items, you can also add the work item by ID or title to link the changes</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image039.png" /></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image040.png" /></p>
<p><em><strong>(Note:</strong>Click on the below image for an enlarged view<strong>)</strong></em></p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image041.png" /></p>
<p>The ASP.NET project is now under the TFVC version control repository.</p>
<p style="clear: both"><img src="cdn.softwaretestinghelp.com/wp-content/q...2020/06/image042.png" /></p>
<h3>Conclusion</h3>
<p>In this tutorial, we learned how to get started with Microsoft VSTS which is a cloud ALM platform for the entire project team where absolutely no infrastructure is required to manage the entire platform in order to store all your project related artifacts which include Work Items, Source Code, define Build and Release Definitions.</p>
<p>This was meant only to be an introduction to the platform.</p>
<p><em><strong>In my upcoming tutorial, I will extend to showcase how DevOps (CI/CD) can be done using VSTS using Azure as the cloud portal for deployment.</strong></em></p>
<h2>Vsts deployment</h2>

<h3>Vsts deployment</h3>
<p>[youtube]</p>
Vsts deployment <a href="remmont.com">New newspaper</a> Vsts deployment
<h4>Vsts deployment</h4>
Microsoft Visual Studio Team Services (VSTS) Tutorial: Microsoft VSTS is an ALM tool which helps the entire project team to capture Requirements, Agile /Traditional Project Planning, Work Item management, Version Control, Build, Deployment, and manual Testing all in a single platform.
<h5>Vsts deployment</h5>
Vsts deployment <a href="remmont.com">Vsts deployment</a> Vsts deployment
SOURCE: <h6>Vsts deployment</h6> <a href="dev-ops.engineer/">Vsts deployment</a> Vsts deployment
#tags#[replace: -,-Vsts deployment] Vsts deployment#tags#

Eduard Kabrinskiy
world news
  • SHEQELBoolo
  • SHEQELBoolo аватар
  • Немає на сайті
  • Платиновий учасник
  • Дописи: 3182
  • Репутація: 0
Адміністратор заборонив доступ на запис.
Час відкриття сторінки: 0.044 секунд