Azure DevOps
What is Azure DevOps? Azure DevOps provides developers services to Support Team for following aspects Plan work Collaboration on the code development Build and deploy applications on the platform (On-prem or cloud) “Before 2019 Azure DevOps is known as visual studio team foundation server (TFS)” You can connect to the azure DevOps using web browser …
Azure Repo
Azure Repo: Azure repo is the set of version control tools that you can use to manage your code. Version control systems are software that helps you track changes you make in your code over time. VCS will take a snapshot of the change that you have made in your code. VCS will save the …
Creating Azure Kubernetes Cluster (AKS)
Log on to your Azure subscription https://portal.azure.com/ Search for the Kubernetes service Fill the details for cluster configuration Select the node pools for the cluster Create the service principle for the cluster Define the networking for the cluster as per the requirement Once the validation pass click on the create button to create your first …
select storage account options based on a use case
Azure Storage Azure storage is the Microsoft cloud storage solution for modern data storage solution. Core storage services Azure Blob Azure File Azure Table Azure Queue Azure Disk Selecting storage account base on your requirement Storage account use cases: Azure Blobs: Use when your application support streaming and random access scenarios if you want to …
select storage account options based on a use case Read More »