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

Commit 651680f

Browse files
authored
Update README.md
added space
1 parent 4044cde commit 651680f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ The following table describes all files within this solution:
7272
Advanced mode - More advanced way to run the script to create Azure Netapp Files with validation using modules
7373
* Change folder to **netappfiles-powershell-nfs-sdk-sample\src\Advanced**
7474
* Change values bewtween brackets [ ] below and then run the command
75+
7576
```powershell
7677
CreateANFVolume.ps1 -SubscriptionId '[subscriptionId]' -ResourceGroupName '[Azure Resource Group Name]' -Location '[Azure Location]' -NetAppAccountName '[ANF Account Name]' -NetAppPoolName '[ANF Capacity Pool Name]' -ServiceLevel [Ultra,Premium, Standard] -NetAppVolumeName '[ANF Volume Name]' -ProtocolType [NFSv3,NFSv4.1] -SubnetId '[Subnet ID]'
7778
```
@@ -101,7 +102,7 @@ The following table describes all files within this solution:
101102
102103
# Troubleshoot
103104
104-
If you encounter the below issue when running the PoweShell command
105+
If you encounter the below issue when running the PoweShell command
105106
106107
```
107108
.\CreateANFVolume.ps1 : .\CreateANFVolume.ps1 cannot be loaded. The file .\CreateANFVolume.ps1 is not digitally signed. You cannot
@@ -119,3 +120,4 @@ Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass
119120
* [Resource limits for Azure NetApp Files](https://docs.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-resource-limits)
120121
* [Azure Cloud Shell](https://docs.microsoft.com/en-us/azure/cloud-shell/quickstart)
121122
* [Download Azure SDKs](https://azure.microsoft.com/downloads/)
123+

0 commit comments

Comments
 (0)