You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,8 @@ The least privileged roles required to generate a Microsoft Azure As Built Repor
88
88
<!-- ********** Add installation for any additional PowerShell module(s) ********** -->
89
89
Open a PowerShell terminal window and install each of the required modules.
90
90
91
-
:warning: Microsoft Az 12.0.0 or higher is required. Please ensure older Az modules have been uninstalled.
91
+
> [!NOTE]
92
+
> Microsoft Az 12.0.0 or higher is required. Please ensure older Az modules have been uninstalled.
92
93
93
94
```powershell
94
95
# Install
@@ -119,7 +120,7 @@ _Note: You are not limited to installing the module to those example paths, you
119
120
The Microsoft Azure As Built Report utilises a JSON file to allow configuration of report information, options, detail and healthchecks.
120
121
121
122
> [!IMPORTANT]
122
-
> Please rememeber to generate a new report JSON configuration file after each module update to ensure the report functions correctly.
123
+
> Please remember to generate a new report JSON configuration file after each module update to ensure the report functions correctly.
123
124
124
125
A Microsoft Azure report configuration file can be generated by executing the following command;
125
126
```powershell
@@ -240,7 +241,7 @@ The **StorageAccount** schema is used to configure health checks for Azure Stora
240
241
| SecureTransfer | true / false | true | Highlights storage accounts which do not have secure transfer enabled | Secure transfer is disabled |
241
242
| BlobAnonymousAccess | true / false | true | Highlights storage accounts which have Blob anonymous read access enabled | Anonymous read access is enabled |
242
243
| PublicNetworkAccess | true / false | true | Highlights storage accounts which have public network access enabled | Public network access is enabled |
243
-
| MinimumTlsVersion | true / false | true | Highlights storage accounts which have TLS 1.0 or TLS 1.1 configured | TLS version 1.0 or 1.1 configured |
244
+
| MinimumTlsVersion | true / false | true | Highlights storage accounts which have TLS 1.0 or TLS 1.1 configured | TLS version 1.0 or 1.1 configured |
244
245
245
246
#### VirtualMachine
246
247
The **VirtualMachine** schema is used to configure health checks for Azure Virtual Machines.
0 commit comments