Overview The Git log is a command that shows the commit history for a repository, including information about who made the commit, when it was made, and what changes were made. In order to create a release notes document using the Git log, I used a shell script which should first check out the repository…
Category: Azure
Request to create Service Principals and Resource Groups for microservice in Multiple Regions
The client is planning to deploy DFMessage microservice in Canada Central and Australia East regions. As a part of this initiative, the client wants me to create the Service principals and Resource Groups as shown below: Canada Central Pre-Prod: (high priority) Region: Canada Central Subscription: app341 US PreProd Resource group: Name: app341-dfmessage-cancen-preprod-rg Service Principal: Name:…
AZ104 – DUMPS | Microsoft Azure Administrator
Question: Add or delete users using Azure Active Directory You have an Azure subscription that contains the following users in an Azure Active Directory tenant named contoso.onmicrosoft.com: User1 creates a new Azure Active Directory tenant named external.contoso.onmicrosoft.com. You need to create new user accounts in external.contoso.onmicrosoft.com. Solution: You instruct User2 to create the user accounts….
Demo: Jenkins CI/CD Pipeline on Azure VM
Project Description This project covers enterprise software development processes and systemsintegration with a focus on the mechanisms employed. I learned how to structuresolutions using current technologies and protocols and a series of Integration formsfrom simple to complex partner connections and everything in between. Currenttools will be used to solve integration problems big and small. Project…
Jenkins Simple Python CI Pipeline
I’m going to create CI (Continuous Integration) Pipelines for Python project. The pipeline will include build, test, packaging and artifact storage. Furthermore, the pipeline will be automatically triggered when the source code changes (A push to a project in GitLab should trigger the build job). Create Jenkins Job and Integration with GitLab GitLab: Create a…
Create Orchestration Tool (Jenkins) With Azure Cloud Infrastructure
I’m going to create a Jenkins to enable CI/CD Pipelines. Create a VM Create a Linux VM with the following specifications. Add an inbound security rule that allows access to your Jenkins VM on TCP port 8080. Install Docker and Jenkins Download and add Docker CE GPG key with the following command: Next, add the…
Install Jira with Azure
Create a VM in Azure Install MySQL on VM Login to VM using ssh. To install it, update the package index on your server with apt: Configuring MySQL You will want to run the included security script. Configure your MySQL installation for JIRA. to do this, run the mysql command as a root with a blank…
Install GitLab and Create a Project on Microsoft Azure
VM Creation DNS Name setting Click the virtual machine that you just created earlier, select the Not Configured link next to the DNS name label. GitLab CE Installation Connect your VM and write the command: Single Sign-on navigate to Azure Active Directory > App registrations > New Registration Select New Registration o Name: GitLabCE Supported Account…