-
Notifications
You must be signed in to change notification settings - Fork 799
Run as a Stand‐Alone Site
Bryan Soltis edited this page Jan 24, 2024
·
8 revisions
The Azure Naming Tool can be installed as a stand-alone .NET Core application. The installation process will vary, depending on your hosting environment.
- Scroll up to the top, left corner of this page.
- Click on the AzureNamingTool link to open the root of this repository.
- In the right menu, select the desired Release.
NOTE:
It is recommended to use the Latest Stable Release.
- Under Assets, select AzureNamingTool.zip.
- Open your Downloads folder using File Explorer.
- Extract the contents of the ZIP archive.
NOTE:
Validate the project files extracted successfully and match the contents in the GitHub repository.
- Open a Command Prompt in the extracted folder
- Run the following dotnet command to build/publish the project to a directory:
dotnet publish -c Release --property:PublishDir=[Your Site Directory]
- In your IIS/Apache environment, create a new .NET application with the source as the deployment directory.