Siddhesh PrabhugaonkarforCloud Authoritycloud-authority.com·Nov 17, 2024Using ARM templates to provsion resources in AzureIntroduction Azure Resource Manager (ARM) templates are powerful tools for automating the deployment of Azure resources. Written in JSON, ARM templates define the infrastructure and configurations, enabling Infrastructure as Code (IaC) practices. Let...Discussazure arm
Prasad Reddyprasadreddy.hashnode.dev·Oct 7, 2024GitHub Actions Pipeline to execute Azure Bicep Templates to provision Azure ResourcesIn this section, we will explore how to set up a comprehensive GitHub Actions pipeline specifically designed for deploying Azure resources using Azure Bicep. Azure Bicep is a domain-specific language (DSL) that simplifies the process of managing Azur...DiscussPipelinesAzure
David PazderaProazurescholar.cloud·Sep 5, 2024Azure Verified Modules and private modules: a powerful combo🌟 This article was written for the Azure Back to School 2024 event. Visit the official website to see the schedule and links to great content from the technical community. In the rapidly evolving landscape of cloud infrastructure, the Azure Bicep ...Discuss·111 reads#IaC
Hung Lehungblog.hashnode.dev·Aug 1, 2024Bicep trong azure là gì ?Bicep trong Azure là một ngôn ngữ khai báo (declarative language) được sử dụng để triển khai và quản lý tài nguyên trên Microsoft Azure. Nó được thiết kế để thay thế cho JSON trong việc viết các tệp ARM (Azure Resource Manager) templates, giúp đơn gi...DiscussBicep
Lukas RottachProlrottach.hashnode.dev·Jul 23, 2024Supercharge your Azure Bicep project with custom typesSome time ago, a cool new feature called "user-defined data types" was announced for Azure Bicep. With the release of "compile-time imports," this feature has become even better. In short, user-defined data types offer the following benefits: Great ...Discuss·1 like·141 readsAzure
Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Jul 21, 2024Mastering ARM Templates: A Comprehensive Step-by-Step Guide to Azure Resource CreationWhat are the different ways to create resources in Azure? 1.Azure CLI 2.Azure console or portal 3.Azure Resource Manager Templates(ARM Templates) 4.Bicep 5.Software Development Kit There are other efficient ways to create resources, such as using inf...DiscussAzure
Ben Robertsforbenroberts.iobenroberts.io·May 7, 2024Enhancing Azure Security with Checkov and GitHub ActionsIn the world of infrastructure as code (IaC), ensuring that your templates and scripts adhere to best practices for security, compliance, and reliability is paramount. Azure Bicep, a domain-specific language for deploying Azure resources, is no excep...DiscussAzure
Ben Robertsforbenroberts.iobenroberts.io·May 5, 2024Enhancing Workload Resiliency with Traffic Manager and Azure Chaos StudioIntroduction In this blog , we’ll explore how to improve the resiliency of your workloads using Azure Traffic Manager and Azure Chaos Studio. We’ll delve into the concepts of chaos engineering, Traffic Manager, and Chaos Studio, outlining their funct...DiscussAzure
Ben Robertsforbenroberts.iobenroberts.io·Apr 29, 2024Bicep Custom Script Extension: Maximizing Deployment EfficiencyIn the fast-paced world of cloud infrastructure, automation stands as the cornerstone of operational efficiency. Microsoft Azure, with its rich suite of tools and extensions, significantly enhances the deployment processes. Among these tools, the Cus...Discuss·28 readsautomation
Ben Robertsforbenroberts.iobenroberts.io·Apr 19, 2024Bicep Deployment Scripts: Extending Azure Resource DeploymentHey there tech enthusiasts! Today, let’s dive into the world of Azure deployment scripts using Bicep, Microsoft’s DSL for Azure Resource Manager templates. Bicep Deployment Scripts are a powerful tool that enhances the deployment of Azure resources b...DiscussAzure