-
Notifications
You must be signed in to change notification settings - Fork 802
Run as a Stand‐Alone Site
Bryan Soltis edited this page Jul 21, 2023
·
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 the project:
dotnet build
- Build/Publish the .NET Core application to a deployment directory. Publish an ASP.NET Core app to IIS
- In your IIS/Apache environment, create a new .NET application with the source as the deployment directory.