Bicep
5 TopicsNLP London Meetup - Microsoft Reactor
Hey everyone! Thanks for joining out session today at the NLP London meetup in the Microsoft Reactor. Here you can find the resources that we have shared during the session and our contact links. Resources Azure OpenAI Docs The Azure Developer CLI azd AI App Templates Azure AI Search Docs Azure OpenAI Assistants Responsible AI Contoso Creative Writer Example Application Our next event London Reactor meetup - 10th December Liam Hampton LinkedIn Chris Noring LinkedIn76Views0likes0CommentsDealing with deployment blockers with Bicep
Hello Folks! Have you ever had a deployment blocked because the behavior you get from the portal is different than the deployment you get from an Azure Resource Manager (ARM) template or a Bicep deployment? Well, I had that issue for a little internal project I was working on. Let me tell you how I resolved it using built-in Bicep functionality.5.4KViews0likes0CommentsBicep create random string with length of x
Hi Trying to create a storage account and I run into problems that StorageAccountAlredyTaken. What is best practice of doing this. // getting paramerts from json file param storageName string //pseudo code 1. get length of storageName 2. add random string behind "storageName" and add a random length of x-characters so that the storage name get 24 characters ex storageName = rg-supercode-dev-westeurope-<random>(total of 24 characters length)2.8KViews0likes1Comment