Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond
  • Table Of Contents Toc
  • Feedback & Rating feedback
Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond

Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond

By : Donovan Kelly
4.3 (4)
close
close
Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond

Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond

4.3 (4)
By: Donovan Kelly

Overview of this book

Take the first step toward excellence in Azure management and achieving Microsoft certification with this practical guide! This third edition of Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond offers comprehensive insights and clear, step-by-step instructions that follow the latest AZ-104 exam objectives. You’ll work your way from foundational topics such as Azure identity management and governance to essential skills such as deploying and managing storage solutions, configuring virtual networks, and effectively monitoring Azure resources. Each chapter is equipped with practice questions to reinforce your understanding and enhance your practical skills. The book also provides you with access to online mock exams, interactive flashcards, and expert exam tips, guaranteeing that you pass with flying colors. By the end of this book, you'll not only be equipped to pass the AZ-104 exam but also possess the expertise needed to expertly manage Azure environments.
Table of Contents (25 chapters)
close
close

Modifying an Existing Bicep Template

In the previous section, you created a Bicep template for a storage account that closely resembles the ARM storage account template you created previously. You realize that you forgot to add a description for the storage account name and would like to add that now, as well as adding an output from the template. Follow these steps to update your existing template from the previous section:

  1. Open VS Code.
  2. Open your Storage_Account_Bicep.bicep file.
  3. Insert a new line above line 3 and add the following code:
    @description('Enter a unique storage account name between 5 and 15 characters in length.')
  4. Lines 3 to 6 should look as follows:
Figure 13.6: Storage account name parameter

Figure 11.6: Storage account name parameter

  1. On lines 28 and 29, add the following code to output the name of your storage account and the SKU chosen:
    output name string = storageAccountName
    output sku string = storageSKU

You have just successfully...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY