Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bharney authored Nov 21, 2018
1 parent 2b4738f commit f94d455
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ The Application uses a Front-End React/Redux and Back-End .Net Core 2.1 API with
- Webpack 4
- Node-Sass

# Run Powershell deployment Script
There is a `scripts > setup.ps1` Powershell script that will setup KeyVault and Azure resource dependencies to get up and running quickly. I walk through what the script does below. Before running the script, make sure to add your secrets file to the main project. You will use this secrets guid for the powershell script.

# ;TLDR
Run the setup.ps1 script to generate KeyVault, Add secrets for connection string, JWT, blob storage and other Keys. Save the AAD Application to your secrets file, and deploy an ARM Template to setup all of the other resources like App Service, SQL Server, Blob Storage, and SendGrid.

# Setup KeyVault and Azure Resources
Before you go any further. This template is built on the idea that you will be hosting the site in the cloud with Azure. This takes advantage of Azures Resource Manager, Key Vault, SQL Server, and App Services. Before you do anything you will need to have an azure subscription. Below walks through the commands. The entire [PowerShell Script can be found here](https://github.com/bharney/powershell).

Expand Down

0 comments on commit f94d455

Please sign in to comment.