Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit ba39630

Browse files
authored
Merge pull request #4 from b-juche/patch-1
edit ReadMe
2 parents c4fac0d + abff133 commit ba39630

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,18 @@ In this sample application we perform the following operations:
2121

2222
* Deletion
2323
The clean-up process takes place, deleting all resources in the reverse order following the hierarchy. You cannot remove resources that have nested resources still live.
24-
25-
Note that the clean-up operation is not enabled by default. You need to set the parameter CleanupResources to $true for the clean-up code to take effect.
26-
24+
25+
Note that the clean-up operation is not enabled by default. You need to set the parameter CleanupResources to $true for the clean-up code to take effect.
2726

2827
If you don't already have a Microsoft Azure subscription, you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
2928

3029
## Prerequisites
3130

3231
1. Azure Subscription
33-
1. Subscription needs to be enabled for Azure NetApp Files. See [Submit a waitlist request for accessing the service](https://docs.microsoft.com/azure/azure-netapp-files/azure-netapp-files-register#waitlist).
34-
1. Resource Group must be created
35-
1. Virtual Network with a delegated subnet to Microsoft.Netapp/volumes resource. For more information, see [Guidelines for Azure NetApp Files network planning](https://docs.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-network-topologies).
36-
1. Azure PowerShell. See [Install Azure PowerShell](https://docs.microsoft.com/en-us/powershell/azure/install-az-ps?view=azps-4.8.0).
32+
1. Subscription needs to be enabled for Azure NetApp Files. For more information, see [Submit a waitlist request for accessing the service](https://docs.microsoft.com/azure/azure-netapp-files/azure-netapp-files-register#waitlist).
33+
1. Resource Group must be created.
34+
1. Virtual Network with a delegated subnet to Microsoft.Netapp/volumes resource. For more information, see [Guidelines for Azure NetApp Files network planning](https://docs.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-network-topologies).
35+
1. Azure PowerShell. See [Install Azure PowerShell](https://docs.microsoft.com/en-us/powershell/azure/install-az-ps?view=azps-4.8.0).
3736
1. Run the following PS command:
3837
`Install-Module Az.NetAppFiles`
3938

@@ -51,12 +50,13 @@ The following table describes all files within this solution:
5150

5251
# How to run the PowerShell script
5352

54-
1. Clone the repository locally
53+
1. Clone the repository locally:
54+
5555
```powershell
5656
git clone https://github.com/Azure-Samples/netappfiles-powershell-nfs-sdk-sample.git
5757
```
5858
59-
1. Use the basic mode or the advanced mode. There are two options to run the script:
59+
1. Use the basic mode or the advanced mode. There are two options to run the script:
6060
6161
Basic mode - Single script create Azure NetApp files with no validation.
6262
* Change folder to **netappfiles-powershell-nfs-sdk-sample\src\Basic**
@@ -105,8 +105,7 @@ The following table describes all files within this solution:
105105
106106
# Troubleshoot
107107
108-
If you encounter the following issue when running the PoweShell command:
109-
108+
If you encounter the following issue when running the PoweShell command
110109
```
111110
.\CreateANFVolume.ps1 : .\CreateANFVolume.ps1 cannot be loaded. The file .\CreateANFVolume.ps1 is not digitally signed. You cannot
112111
run this script on the current system.

0 commit comments

Comments
 (0)