Category Archives: Devops

Making use of Azure Automation accounts with Source Control Integration

Azure Automation’s Source control connection allows for one-way synchronization with your source control repository. Take a look at this video to get started with this option.

Regards

Sathish Veerapandian

Plan build tasks to move your scripts to Azure Pipelines

In the previous video we had a look at the copy of space game code on the local machine in this video we will move them to Azure Pipelines. Take a look at the below video.

Use this link to follow the Azure Devops Demo Generator

Hope you enjoyed this video !!

Getting started with Azure Pipelines for IT admins

This topic will have a series of upcoming videos to get understanding on pipelines especially for IT Admins. With pipelines you can create an automated release using continuous integration pipeline and create your application. Take a look at this video as an IT admin to get started with Azure pipelines.

Hope you enjoyed this video !!

Introduction to pull requests in Azure Repos for IT Admins

This video presents pull requests for collaboration and code reviews using Azure DevOps.
It helps understanding how pull requests works and how to configure them.

Hope you enjoyed this video.

Feel free to subscribe to channel for getting more updates related to Microsoft Cloud Technologies.

Getting started with Continuos Integration for IT Admins using GitHub actions workflows

This video gives an overview of Continuous integration for your projects using GitHub Action Workflows. A better understanding on basic familiarities with GitHub actions workflow is an advantage for getting more insights on this video.

Follow this link for testing Continuos Integration – https://github.com/skills/continuous-integration

Hope you enjoyed this video !!

Getting started with GitHub Actions to Automate your software workflow

GitHub Actions is a flexible way to automate nearly every aspect of your team’s software workflow. We can automate testing, continuously deploy , review code and much more.

Take a look at the below video to get an overview and to start with GitHub Actions.

Hope you enjoyed this video !!

Introduction to GitHub for IT Admins

This video provides an introduction and overview of GitHub for IT Admins. Follow this link for trying the first repository creation in the GitHub – https://github.com/skills/introductio…

Take a look at this videe for getting more information on the same.

Hope you enjoyed this video !

Start your project planning via Azure Devops Boards

Are you interested in implementing the Devops practices but not sure what it can do for you ?

Devops has the required processes and tools for following agile practices in a very structured and easily traceable manner. Azure Boards is a tool in Azure Devops which helps Team to plan their work that needs to be done. With Azure Boards Agile Planning, Work Item Tracking and Visualization.

Take a look at the below video for getting an overview on Azure Boards.

Hope this information was helpful !

Getting started with Azure Functions

Azure Functions is a cloud service that is accessible on demand and offers all the resources and infrastructure that are constantly updated to run your applications. Azure Function offers server less computing.

This lets the developers concentrate on the sections of the code that are most important for them and the backend underlying infrastructure is automatically taken care by the Azure in the backend.

Function App contains the execution context where the functions are hosted. Take a look at the below video for getting more information on the same.

Hope you enjoyed this video !!

Devops Starter – Launch an app running in Azure in a few quick steps

Now i have entered into the devops realm will try my best to start blogging on the devops technology. Having said that this is going to be my first blog on the devops platform.

We will examine building and modifying CI/CD pipelines using Azure Devops. With that, we can create a sample code project, build a release pipeline, and lastly, after deployment, observe how the sample app is automatically distributed in complete throughout the azure cloud infrastructure.

To create a Azure Devops Project we need to navigate to Azure Devops portal and look for Devops Starter.

In the next screen we are presented with the option about what language we will be using to create this project. In our below example we are going to use .net to create this new web app.Note if we have our own code then there is an option to choose that and point them to our own Repo.

Continue reading