Azure Bicep Parameters and Data Types

Поділитися
Вставка
  • Опубліковано 24 лип 2024
  • This video picks up where the last Azure Bicep video left off. In this video, we review parameters and data types, then update a Bicep template with paraments including allowed and default values. After that, we run a deployment passing in paraments to create a new storage account.
    Links
    Zero to Hero with Windows Virtual Desktop:
    www.udemy.com/course/zero-to-...
    Starter File:
    github.com/tsrob50/PublicBicep

КОМЕНТАРІ • 7

  • @omarrob6894
    @omarrob6894 Рік тому

    Much appreciated Travis.

  • @MrSirababu
    @MrSirababu Рік тому

    Thanks for the video, exactly what i was looking for

  • @rakeshgupta8901
    @rakeshgupta8901 2 роки тому

    you are amazing, Thanks for recording this.

  • @egross6130
    @egross6130 3 роки тому

    Travis - Great videos. Not sure if intentional but this video title is popping up as 'Azure Bicep Paraments and Data Types'. Thinking that should be 'Parameters'

    • @Ciraltos
      @Ciraltos  3 роки тому

      Thanks for that. I posted it while I was on the road and didn’t notice!

  • @5e88e
    @5e88e 2 роки тому

    New-AzResourceGroupDeployment: Cannot bind parameter 'TemplateParameterObject'. Cannot convert the ".\storageaccount.bicep" value of type "System.String" to type "System.Collections.Hashtable".
    This is what I get when trying to run this =(