Skip to content

Run as a Stand‐Alone Site

Bryan Soltis edited this page Jan 24, 2024 · 8 revisions

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. In the right menu, select the desired Release.


NOTE:
It is recommended to use the Latest Stable Release.

  1. Under Assets, select AzureNamingTool.zip.
  2. Open your Downloads folder using File Explorer.
  3. Extract the contents of the ZIP archive.


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

  1. Open a Command Prompt in the extracted folder
  2. Run the following dotnet command to build/publish the project to a directory:
dotnet publish -c Release --property:PublishDir=[Your Site Directory]
  1. In your IIS/Apache environment, create a new .NET application with the source as the deployment directory.