5. Azure Bicep - Create Resource Group

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 13

  • @swapnashetti
    @swapnashetti หลายเดือนก่อน

    Such a clear explanation, do more videos on IaC please

  • @amitchandrathakur4068
    @amitchandrathakur4068 2 ปีที่แล้ว

    Thanks for such a informative video Please make more videos

  • @VikashKumar-kn2ip
    @VikashKumar-kn2ip 11 หลายเดือนก่อน

    Very well explained sir, can you please share the document

  • @ajayghose4701
    @ajayghose4701 2 ปีที่แล้ว +1

    Very well explained, Thanks Praveen sir

  • @methodical-monkey
    @methodical-monkey ปีที่แล้ว +2

    Praveen I typed exactly what you have and it failed with the message: az deployment sub create -l eastus -f 1.ResourceGroup.bicep
    The target scope "resourceGroup" does not match the deployment scope "subscription".
    My file is below:
    targetScope = 'subscription'
    resource azbicepresourcegroup 'Microsoft.Resources/resourceGroups@2023-07-01' = {
    name:'azbicepresourcegroup'
    location:'eastus'
    }
    Never mind: once I put the API version to what you had it worked.
    Thank You. Great Video!. Very rare for someone to do actual demo's that someone could follow along. So much appreciate your effort.

    • @satishchirala
      @satishchirala 5 หลายเดือนก่อน

      no-hardcoded-location

    • @satishchirala
      @satishchirala 5 หลายเดือนก่อน +1

      targetScope = 'subscription'
      resource azbicepresourcegroup 'Microsoft.Resources/resourceGroups@2023-07-01' = {
      name:'azbicepresourcegroup'
      location: 'global'

      }

    • @sujisachi5090
      @sujisachi5090 2 หลายเดือนก่อน

      How did you put the API version?

  • @harry_official_143
    @harry_official_143 ปีที่แล้ว

    Why didn’t you provide any subscription details in bicep? Without subscription where does the resource group created.

  • @TellaTrix
    @TellaTrix 3 ปีที่แล้ว

    Hi Praveen, Why do we use bicep over arm template ? What special things in bicep that we can't use it in arm template. It would be very grate if you could explain one of the video.

    • @larrygolding1314
      @larrygolding1314 ปีที่แล้ว +1

      Pramad, Bicep syntax is much more concise and easier to read. Praveen gives a few examples of that in the first few videos in this series.

    • @TellaTrix
      @TellaTrix ปีที่แล้ว

      @@larrygolding1314 Oh ok, I thing I missed those video. I will have look on those video. Thank you Larry