Menu
  • Home
  • About Me
  • Blog
  • Github
  • LinkedIn

Category: Azure

Demo: Git Log with Shell script to create a release notes

April 11, 2023April 13, 2023

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…

Read More

Azure Resource Group

December 31, 2022
Read More

Request to create Service Principals and Resource Groups for microservice in Multiple Regions

November 14, 2022November 14, 2022

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:…

Read More

AZ104 – DUMPS | Microsoft Azure Administrator

November 8, 2022November 8, 2022

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….

Read More

Demo: Jenkins CI/CD Pipeline on Azure VM

March 13, 2022April 11, 2023

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…

Read More

Jenkins Simple Python CI Pipeline

January 24, 2022

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…

Read More

Create Orchestration Tool (Jenkins) With Azure Cloud Infrastructure

January 21, 2022March 17, 2023

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…

Read More

Install Jira with Azure

January 21, 2022March 9, 2024

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…

Read More

Install GitLab and Create a Project on Microsoft Azure

January 20, 2022June 30, 2022

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…

Read More
Recent Posts
  • ChinguTalkBot v0.1.0: Setting up AWS Cognito with CDK for User Authentication
  • Phoenix & Elixir: Fix PostgreSQL connection refused
  • Demo: Git Log with Shell script to create a release notes
  • Metasploit
  • CyberSecurity Lab – Online Password Attack

Archives
  • March 2024
  • May 2023
  • April 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
Categories
  • Amazon Interview (3)
  • Ansible (3)
  • AWS (9)
  • Azure (9)
  • Certification (2)
  • ChinguTalkBot Project (1)
  • cybersecurity (3)
  • Data analytics (6)
  • Demo Videos (6)
  • Docker (5)
  • Git (1)
  • GitLab (1)
  • Golang (3)
  • JavaScript (2)
  • Jenkins (4)
  • PowerShell (1)
  • Python (10)
  • Terraform (11)
  • Uncategorized (9)

©2025 | Powered by WordPress and Superb Themes!