Configure web app and Deploy code||Git clone||staging deployment slot||Azure tutorial|Az104
In this video, we are going to configure web app and then deploy code using git clone.
Playlists:
AZ104(Microsoft Azure Administrator) playlist:https://www.youtube.com/watch?v=hEkgXcyqXlA&list=PLWAf8iNmXb4mzpq1_N_EsrmKPgHu4-O5v
AZ500(Microsoft Azure Security Technologies) playlist:
https://www.youtube.com/watch?v=ORCuJl7Siyo&list=PLWAf8iNmXb4mnMgxXwYvN8SJdy79QvCNj
AZ700(Designing and Implementing Microsoft Azure Networking Solutions) playlist:
https://www.youtube.com/watch?v=7UnMAqwsuhg&list=PLWAf8iNmXb4n7KlDhjQvm0iUqZ09TtIEx
AZ900(Microsoft Azure Fundamentals) playlist:
https://www.youtube.com/watch?v=f9aBrJuR1EE&list=PLWAf8iNmXb4mRrISo5UuksMwv6JwQl_XI
SC300(Microsoft Identity and Access Administrator):
https://www.youtube.com/watch?v=M4cUmRqsxkQ&list=PLWAf8iNmXb4mAoDhMBHnA-V1B7OnCQjfN
Machine learning playlist
https://www.youtube.com/watch?v=ZagCMea9a_g&list=PLWAf8iNmXb4kSed2MWryDpZCdZh8r2D-s
Azure DevOps Services and TFS projects contain Git repositories, work items, builds, and releases. You can use Git repos in your projects to manage your source code as your project grows. This guide shows you how to create a Git repo using the web portal for either Azure DevOps Services (hosted on Azure) or Team Foundation Server (TFS - on-premises).
Azure Repos is a set of version control tools that you can use to manage your code. Whether your software project is large or small, using version control as soon as possible is a good idea.
Version control systems are software that help you track changes you make in your code over time. As you edit your code, you tell the version control system to take a snapshot of your files. The version control system saves that snapshot permanently so you can recall it later if you need it. Use version control to save your work and coordinate code changes across your team.
Even if you're just a single developer, version control helps you stay organized as you fix bugs and develop new features. Version control keeps a history of your development so that you can review and even roll back to any version of your code with ease.
Git is the most commonly used version control system today and is quickly becoming the standard for version control. Git is a distributed version control system, meaning that your local copy of code is a complete version control repository. These fully functional local repositories make it is easy to work offline or remotely. You commit your work locally, and then sync your copy of the repository with the copy on the server.
Git in Azure Repos is standard Git. You can use the clients and tools of your choice, such as Git for Windows, Mac, partners' Git services, and tools such as Visual Studio and Visual Studio Code.
There are a few critical branches in your repo that the team relies on to always be in good shape, such as your master branch. Require pull requests to make any changes on these branches. Developers who push changes directly to the protected branches will have their pushes rejected.
Add conditions to your pull requests to enforce a higher level of code quality in your key branches. A clean build of the merged code and approval from multiple reviewers are extra requirements that you can set to help protect your key branches.
Description reference:
https://docs.microsoft.com/
https://azure.microsoft.com/
useful links:
https://docs.microsoft.com/
Please do follow:
https://medium.com/@mraviteja9949
You can also learn from Microsoft labs in Github.
This video is created for educational purposes (AZ104 course).
Here is the link to practice labs:
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator
Видео Configure web app and Deploy code||Git clone||staging deployment slot||Azure tutorial|Az104 автора Оригинальные проекты на JS
Видео Configure web app and Deploy code||Git clone||staging deployment slot||Azure tutorial|Az104 автора Оригинальные проекты на JS
Информация
4 декабря 2023 г. 14:19:46
00:08:26
Похожие видео