Farzam Mohammaditriedandtestedbuilds.com·Nov 26, 2023Getting Started with Azure Bicep: Deploying a "Hello World" Web ApplicationBiceps? But I'm Not Into Weightlifting... Don’t worry, there’s no heavy lifting required – only some clever coding. With Azure Bicep, your computer and a willingness to learn are all you need. Let’s dive in. What is a Bicep File? Bicep files are your...Discuss·82 readsStreamlining Azure Deployments with Bicep Filesazure-bicep
Bogdan BujdeaProbogdanbujdea.dev·Oct 2, 2023Conditional Bicep Deployment in Azure DevOps Using GitIn a previous article, we've explored how Bicep makes deploying infrastructure to Azure both efficient and streamlined. This approach shines particularly when you need to spin up new environments rapidly. However, you've likely noticed a snag: our Az...Discuss·1 like·99 readsAzure DevOpsazure-devops
Jamie Lawsonjlawson.co·Sep 25, 2023What is Infrastructure as Code?Infrastructure as code is the task of managing infrastructure using code instead of the manual steps traditionally completed. Instead of clicking around in a portal or on a CLI, you can write out the end goal for your given infrastructure and when yo...Discussinfrastructure
Bogdan BujdeaProbogdanbujdea.dev·Sep 11, 2023Bicep Infrastructure Deployment from Azure DevOps YAML PipelinesIn this article, I will show you how to deploy your infrastructure using Bicep files from an Azure DevOps YAML pipeline. Instead of merely discussing theory, we will create a Blazor app and deploy it to Azure using Bicep. Before diving in, let's brie...Discuss·103 readsAzure DevOpsazure-devops
Ihar Maiseyeuiharmaiseyeu.net·Sep 1, 2023How to use Azure AI Translator service for text translationIntroduction Azure AI Translator is a potent cloud-based tool provided by Microsoft that automates language translation and localization in applications, websites, and services. If you require translation capabilities in an application, Azure AI Tran...Discuss·40 readsAzure
Raul NaupariProblog.raulnq.com·Aug 14, 2023Azure Bicep: How to Provision an API ManagementAzure API Management is a fully managed service that helps organizations publish, secure, transform, maintain, and monitor APIs. It provides a scalable and secure environment for API hosting, allowing developers to create, manage, and analyze APIs in...DiscussAzure
Raul NaupariProblog.raulnq.com·Aug 9, 2023Exploring Modules in Azure BicepIn the article Getting Started with Azure Bicep, we discussed the fundamental concepts required to start using it. Today, we will explore the topic of modules. What are modules? Modules are reusable building blocks of code that enable us to create, m...DiscussAzure
Ihar Maiseyeuiharmaiseyeu.net·Aug 1, 2023How to apply Content-Security-Policy (CSP) headers using Azure Front DoorContent-Security-Policy (CSP) is a security standard that helps prevent cross-site scripting (XSS) and other code injection attacks by allowing website owners to specify which content sources can be trusted and loaded by their web pages. The CSP poli...Discuss·71 readsAzure
Raul NaupariProblog.raulnq.com·Jul 31, 2023Getting Started with Azure BicepAzure Bicep is a domain-specific language (DSL) designed for deploying and managing Azure resources. It offers several advantages, including a more concise syntax compared to ARM templates, improved readability, enhanced maintainability, and a gentle...Discuss·32 readsAzure
krishana jupudimuralis.hashnode.dev·Jun 2, 2023How 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...Discuss·27 readsARM