generated from Ed-Fi-Exchange-OSS/Template-for-GitHub
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RND-581] Deploy Meadowlark with Azure CLI (#259)
- Loading branch information
Showing
3 changed files
with
90 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# The OAUTH_SIGNING_KEY may need quotation marks around the value, unlike other keys. | ||
OAUTH_SIGNING_KEY="<run `openssl rand -base64 256` to create a key>" | ||
OAUTH_SIGNING_KEY="<run `openssl rand -base64 256` to create a key>" | ||
|
||
# The following settings are values required for the URL, which is formed by {ED_FI_DOMAIN_NAME}.{AZURE_REGION}.azurecontainer.io | ||
# ED_FI_DOMAIN_NAME must be unique per Azure subscription | ||
ED_FI_DOMAIN_NAME="meadowlark-ABC" | ||
AZURE_REGION="southcentralus" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters