Skip to content

Commit

Permalink
- Updated Admin Page Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanSoltis committed Jul 28, 2023
1 parent 615edb0 commit fe7baf1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/Shared/Instructions/AdminConfigurationInstructions.razor
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,22 @@
By default, the Azure Naming Tool prevents duplicate resource names from being generated. This setting can be used to allow duplicate names.
</p>
</li>
<li>
<strong>Resource Type Editing</strong>
<p>
By default, the Azure Naming Tool uses managed configuration data for Resource Types. Use this setting to override this functionality and edit Resource Type values.
</p>
<p class="alert alert-danger">
<strong>NOTE</strong><br />
Disabling this setting may result in name generation that will fail regex validation for the resource type.
</p>
</li>
<li>
<strong>Connectivity Check</strong>
<p>
The Azure Naming Tool will verify the tool has internet connectivity to enable update features. Use this setting to disable the connectivity check functionality.
</p>
<p class="alert alert-danger">
<p class="alert alert-warning">
<strong>NOTE</strong><br />
Disabling this setting may result in connectivity errors being logged to the Admin Log.
</p>
Expand Down

0 comments on commit fe7baf1

Please sign in to comment.