<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Bicep on iAutomate</title>
    <link>/categories/bicep/</link>
    <description>Recent content in Bicep on iAutomate</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 22 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="/categories/bicep/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Store Dynamic Data in an Azure Blob Storage using PowerShell with Dapr</title>
      <link>/blog/store-dynamic-data-in-an-azure-blob-storage-using-powershell-with-dapr/</link>
      <pubDate>Tue, 22 Feb 2022 00:00:00 +0000</pubDate>
      
      <guid>/blog/store-dynamic-data-in-an-azure-blob-storage-using-powershell-with-dapr/</guid>
      <description>Introduction The detailed documentation on the Azure Blob Storage binding component is super helpful. With that reference, let me walk you through the steps to store dynamic data to Azure blob storage without writing additional code (using blob API) to interact with the blob. Instead, we use the Dapr binding API.
Binding Component Format apiVersion: dapr.io/v1alpha1 kind: Component metadata: name: bloboutput spec: type: bindings.azure.blobstorage version: v1 metadata: - name: storageAccount value: icontoso - name: storageAccessKey value: {YOUR_STORAGE_ACCOUNT_KEY} - name: container value: demo - name: decodeBase64 value: true - name: getBlobRetryCount value: 3 Build a web server (Static Blob Content) - app.</description>
    </item>
    
    <item>
      <title>Bicep template for Azure Container Apps</title>
      <link>/blog/bicep-template-for-azure-container-apps/</link>
      <pubDate>Fri, 26 Nov 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/bicep-template-for-azure-container-apps/</guid>
      <description>Introduction In my previous blog post, we got basic information about the Azure Container Apps! As we all know, the Azure Container Apps service is in preview, and there is a lot more to add to the features list. Now, let us see how to build a Bicep template to deploy an application in container apps. First, I would like to thank Thorsten Hans for the fantastic blog post How to deploy Azure Container Apps with Bicep.</description>
    </item>
    
  </channel>
</rss>
