Skip to content

Run as a Stand‐Alone Site

Bryan Soltis edited this page Jul 14, 2023 · 8 revisions

Run as a Stand-Alone Site

Overview

The Azure Naming Tool can be installed as a stand-alone .NET Core application. The installation process will vary, depending on your hosting environment.

Steps

  1. Scroll up to the top, left corner of this page.
  2. Click on the AzureNamingTool link to open the root of this repository.
  3. Click the green <>Code button and select Download ZIP.
  4. Open your Downloads folder using File Explorer.
  5. Extract the contents of the ZIP archive.


NOTE:
Validate the project files extracted successfully and match the contents in the GitHub repository.

  1. Build/Publish the .NET Core application to a deployment directory. Publish an ASP.NET Core app to IIS
  2. In your IIS/Apache environment, create a new .NET application with the source as the deployment directory.