Skip to content

Commit

Permalink
- Updated installation instructions with GitHub repository details
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanSoltis committed Jun 26, 2023
1 parent 5459273 commit ccb7b4c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/INSTALLATION-RUN-AS-A-DOCKER-IMAGE-WITH-PODMAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This process will allow you to deploy the Azure Naming Tool using Docker in your local environment.
## Steps
1. Scroll up to the top, left corner of this page.
2. Click on the **CloudAdoptionFramework** link to open the root of this repository.
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALLATION-RUN-AS-A-DOCKER-IMAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This process will allow you to deploy the Azure Naming Tool using Docker in your local environment.
## Steps
1. Scroll up to the top, left corner of this page.
2. Click on the **CloudAdoptionFramework** link to open the root of this repository.
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALLATION-RUN-AS-A-STAND-ALONE-SITE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Azure Naming Tool can be installed as a stand-alone .NET Core application. T

## Steps
1. Scroll up to the top, left corner of this page.
2. Click on the **CloudAdoptionFramework** link to open the root of this repository.
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALLATION-RUN-AS-A-WEB-APP-FOR-CONTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Azure Naming Tool requires persistent storage for the configuration files wh
> For many of the steps, a sample process is provided. However, there are many ways to accomplish each step.<br /><br />
## Steps
1. Scroll up to the top-left corner of this page.
2. Click on the **CloudAdoptionFramework** link to open the root of this repository.
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALLATION-RUN-AS-AN-AZURE-CONTAINER-APP.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Azure Naming Tool requires persistent storage for the configuration files wh
> For many of the steps, a sample process is provided, however, there are many ways to accomplish each step.<br /><br />
## Steps
1. Scroll up to the top, left corner of this page.
2. Click on the **CloudAdoptionFramework** link to open the root of this repository.
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
This process will allow you to deploy the Azure Naming Tool as a .NET application as an Azure Web App. This is the fastest deployment option and allows you to deploy and utilize your installation in minutes. The provided GitHub Action will deploy your repository code on every commit. This installation process provides the most secure, scalable solution for your installation.<br /><br />
At a high level, this is the installation process:<br />

1. [Fork the Cloud Adoption Framework Repository](#1-fork-the-cloud-adoption-framework-repository)<br /><br />
1. [Fork the Azure Naming Tool Repository](#1-fork-the-azure-naming-tool-repository)<br /><br />
2. [Create an Azure Web App](#2-create-an-azure-web-app)<br />
The App Service can be created manually, or leverage the **Deploy to Azure** options below. <br /><br />
3. [Enable Azure Web App Authentication](#3-enable-azure-web-app-authentication)<br />
Expand All @@ -24,9 +24,9 @@ At a high level, this is the installation process:<br />

## Steps

### 1. Fork the Cloud Adoption Framework Repository
### 1. Fork the Azure Naming Tool Repository
1. Scroll up to the top-left corner of this page.
2. Click on the **CloudAdoptionFramework** link to open the root of this repository.
2. Click on the **AzureNamingTool** link to open the root of this repository.
3. Click the **Fork** option in the top-right menu.
4. Select your desired **Owner** and **Repository name** and click **Create fork**.
5. Click the green **<>Code** button
Expand Down

0 comments on commit ccb7b4c

Please sign in to comment.