Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 448 Bytes

File metadata and controls

6 lines (5 loc) · 448 Bytes

Task for Day08

  • Understand the concepts of for-each, for loop and count from the video
  • Create two storage accounts using a single resource block and Name from a variable list type and use count for the name iteration
  • Create two storage account using a single resource block and Name from a variable set type and use for each for iterating through the names
  • Create the output variable to print storage account name or ID using a for loop