Azure Kubernetes Service (AKS0 was been there for a long time. AKS is the managed Kubernetes offering from Azure to host containerized applications. You can learn more about AKS from here. Now Azure supports running Generation 2 VMs. Therefore we can take advantage of using more secure and improved performanceRead More →

Azure Backup is a managed service that enables the customers to backup their critical workloads. As it’s a native manage service customers don’t need to provide any additional tools for backup the workloads. Learn more about Azure Backup from here. What can Azure Backup service can backup? On-premises Azure VMsRead More →

Azure Kubernetes services has introduce new features to ease the management of the clusters from portal. following are few feature I noticed that added newly. Kubernetes Resource Management from the Portal If you navigate the AKS service (/Microsoft.ContainerService/managedClusters) we can find the section as Kubernetes Resources, in this section atRead More →

GitHub action allows developers and DevOps engineers to automate the software development workflows from the same code store. We can write individual tasks (actions) to create custom workflows. Workflows are custom automated procedures we can set up in the repository to build, test, packaged, released, and deployed. With the useRead More →

Azure Container Registry (ACR) is a manged, private container registry provided by Azure for storing Docker and Kubernetes images. This registry-based on the open-source Docker Registry 2.0 Image scanning is important for any Docker registry. This helps developers and administrates to visible the vulnerabilities affecting the images and they canRead More →

In the era of modern application development, developers use containers to develop, build, and deploy applications to the cloud. Most modern application takes the approach of microservices to distribute the monolithic application into different services. So as a task of development or release of application developers need to create aRead More →

Azure resource graph is a service designed by Azure to extend the capability of the management of Azure resources. This provides efficiency and performance for querying and exploring resources in multiple subscriptions on a large scale. This help organization IT teams to implement governance on a large scale over themRead More →

Azure AD Privileged Identity Manager (PIM) is a security service that helps organizations manage, monitor and control access to sensitive, important resources in Azure, Azure AD, Microsoft Online Services such as Office 365 and Intune. Why Organizations use Azure AD PIM? It’s important for an organization to limit the peopleRead More →

Securing cloud infrastructure and services plays a vital role in architecting a solution. As a solution designer or architect, it is an important task to take account of all the possible security measurements need for the solution. It can be from infrastructure to application and database When security plays aRead More →