Azure Blueprint Creation in DetailIntroduction "A repeatable set of Azure resources that implements and abides by the policies, procedures, and standards of an organization".Engineers may easily create and deploy new environments that are always in compliance with organizational stan...Aug 9, 2023·2 min read
Setting up a POINT - TO - SITE VPNCreating an Azure Point-to-Site VPN The most common method for businesses to connect their on-premises networks to Azure Virtual Networks (vNets) is by utilizing a site-to-site VPN. However, if you need to connect from a remote location, such as your...Jun 14, 2023·2 min read
How To Automate Your Baseline Network In AzureAzure resources are represented by ARM templates, which are files. You create them in a unique JSON format that goes beyond plain JSON. Bicep is a domain-specific language, With Azure Bicep, Microsoft hopes to improve the authoring experience with mo...Jun 2, 2023·2 min read
How To Use App Service for App DeploymentOverview of Azure Web Apps Many enterprise applications have quickly adopted web apps as a favorite platform. Microsoft's cloud hosting solution for web apps is called Azure Web Apps. Instead of spending their time on OS patches and server updates, d...May 26, 2023·2 min read
Different ways to Trigger CI/CD PipelinesIntroduction: It is now a lot simpler to set up and run a CI/CD pipeline than it was 5 years ago. Now it’s very easy to do through present availability Tools. There is no Container back then & only Jenkins was an option. We have ci/cd is common and c...Apr 24, 2023·5 min read