Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ No prior Azure NetApp Files experience is required, but a general understanding

* [Solution 1 - Get to know and Register](./walkthrough/challenge-01/solution-01.md)
* [Solution 2 - Setup Network Configuration](./walkthrough/challenge-02/solution-02.md)
* [Solution 3 - Setting Up Azure NetApp Files](./walkthrough/challenge-02/solution-03.md)
* [Solution 4 - Setting Up Azure NetApp Files for VDI/AVD](./walkthrough/challenge-02/solution-04.md)
* [Solution 5 - Managing and Monitoring Azure NetApp Files](./walkthrough/challenge-02/solution-05.md)
* [Solution 6 - Setting Up Azure NetApp Files Backup](./walkthrough/challenge-02/solution-06.md)
* [Solution 7 - Best Practices and Use Cases](./walkthrough/challenge-02/solution-07.md)
* [Solution 3 - Setting Up Azure NetApp Files](./walkthrough/challenge-03/solution-03.md)
* [Solution 4 - Setting Up Azure NetApp Files for VDI/AVD](./walkthrough/challenge-04/solution-04.md)
* [Solution 5 - Managing and Monitoring Azure NetApp Files](./walkthrough/challenge-05/solution-05.md)
* [Solution 6 - Setting Up Azure NetApp Files Backup](./walkthrough/challenge-06/solution-06.md)
* [Solution 7 - Best Practices and Use Cases](./walkthrough/challenge-07/solution-07.md)

## Contributors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The participant/group number is the second octet in the network address
4. On the Basics tab of Create virtual network, enter, or select the following information:

* Subscription: **Use the default subscription**
* Ressource Group: **rg-hostpool{Group Number}**
* Ressource Group: **microhack-hostpool{Group Number}**
* Virtual network name: **vnet-hostpool{Group Number}**
* Region: **Germany West Central**

Expand Down Expand Up @@ -70,7 +70,7 @@ The participant/group number is the second octet in the network address

* Subnet purpose: **Default**
* IPv4 address range: Group Number 1 = **10.1.0.0/16, Group Number 2 = 10.2.0.0/16 ...**
* Starting address: Group Number 1 = **10.1.1.0, Group Number 2 = 10.2.1.0 ...**
* Starting address: Group Number 1 = **10.1.2.0, Group Number 2 = 10.2.2.0 ...**

* Name: Specify **anf-subnet-hostpool{Group Number}** as the subnet name.
* Address range: Specify **/24** the IP address range.
Expand Down
Loading