1629021960
In this video I’ll show how we can deploy the application to Azure VM.
Steps to turn on IIS - https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/enable-iis-10-components-server.htm
Hosting Package - https://dotnet.microsoft.com/download/dotnet/3.1
Sections in this Video
###################
0:00 - CI of web application
1:15 - Create Vms in Azure
5:31 - CD of web application to Azure VM
This is a part of my complete Free course available on Udemy. You can find the course here - https://www.udemy.com/course/azure-de…
You can also check my other courses on Udemy -
Azure DevOps with Git -
https://www.udemy.com/course/azure-de…
Azure DevOps-Code Versioning with TFVC-
https://www.udemy.com/course/azure-de…
For Azure DevOps you have to create account here - https://dev.azure.com
Don’t forget to Subscribe the Channel.
#ci/cd #azure #devops
1625113200
#machine-learning #azure-devops #azure-machine-learning #devops #ci/cd
1629021960
In this video I’ll show how we can deploy the application to Azure VM.
Steps to turn on IIS - https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/enable-iis-10-components-server.htm
Hosting Package - https://dotnet.microsoft.com/download/dotnet/3.1
Sections in this Video
###################
0:00 - CI of web application
1:15 - Create Vms in Azure
5:31 - CD of web application to Azure VM
This is a part of my complete Free course available on Udemy. You can find the course here - https://www.udemy.com/course/azure-de…
You can also check my other courses on Udemy -
Azure DevOps with Git -
https://www.udemy.com/course/azure-de…
Azure DevOps-Code Versioning with TFVC-
https://www.udemy.com/course/azure-de…
For Azure DevOps you have to create account here - https://dev.azure.com
Don’t forget to Subscribe the Channel.
#ci/cd #azure #devops
1619625660
In this article, I will discuss an Azure Database CI/CD approach using Azure Premium Function and Jenkins pipeline. I will only explain the architecture and the approach I took to implement the Database CI/CD pipeline.
Problem Statement and Challenges
#azure #devops #azure-synapse-analytics #azure-devops #azure-functions
1619601744
In this article, I will discuss an Azure Database CI/CD approach using Azure Premium Function and Jenkins pipeline. I will only explain the architecture and the approach I took to implement the Database CI/CD pipeline.
Problem Statement and Challenges
I was working on a project where I had to build a Database deployment pipeline using enterprise GitHub which is only accessible through the company’s internal network. Also, port 1433 was blocked from the internal network to the Azure Synapse public endpoint for security reasons. Hence the only option I had was to run my pipeline in an internal network so that I could access GitHub which I was using for my Database Deployment Source Control and send the SQL code to Azure Synapse using Azure function HTTP post as port 1433 was blocked.
#azure #devops #azure-synapse-analytics #azure-devops #azure-functions
1621261920
If you haven’t seen part 1, click here, and start build up your CI/CD pipeline now.
Let’s go back to Pipelines. Edit your previously created pipeline by clicking the three dot on the pipelines row.
Edit the previously created pipeline
CI is based on cloud machines hosted somewhere over the world. This computers called as agents. They are used to follow your instructions, defined in the yml file. The base Xamarin.Android yml is only to build your code. But we will make some additional steps in order to create a signed APK of every build. Follow up, to complete this setup.
Recommended branching strategy for this is to keep a development branch, and pull request your feature branches to it, and finally pull request the development branch to the master, and keep your master is always at your production version. The figure below shows visually this method. Source: https://dzone.com/articles/feature-branching-using-feature-flags-1
First, set up some variables for this pipeline. You will find a Variables button on the right top of the tab. Click on it.
#xamarin #azure #azure devops #ci #ci/cd #pipeline #pipelines #xamarin