Skip to content

Commit e92cb3d

Browse files
committed
Small fix to Azure secion and update to deploy file to match environment variables
1 parent 1d4db3c commit e92cb3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Read the full server guide here: https://parse.com/docs/server/guide
4242
* Log in with the [AWS Elastic Beanstalk CLI](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html), select a region, and create an app: `eb init`
4343
* Create an environment and pass in MongoDB URI, App ID, and Master Key: `eb create --envvars DATABASE_URI=<replace with URI>,APP_ID=<replace with Parse app ID>,MASTER_KEY=<replace with Parse master key>`
4444

45-
### Getting Started Microsoft Azure App Service
45+
### Getting Started With Microsoft Azure App Service
4646

4747
#### With the Deploy to Azure Button
4848

azuredeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@
102102
"value": "[parameters('mongoConnectionString')]"
103103
},
104104
{
105-
"name": "PARSE_APP_ID",
105+
"name": "APP_ID",
106106
"value": "[parameters('parseAppId')]"
107107
},
108108
{
109-
"name": "PARSE_MASTER_KEY",
109+
"name": "MASTER_KEY",
110110
"value": "[parameters('parseMasterKey')]"
111111
},
112112
{

0 commit comments

Comments
 (0)