Skip to content

Commit 52f4783

Browse files
committed
Adding "Getting started with Azure" section
1 parent 6640204 commit 52f4783

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ Read the full server guide here: https://parse.com/docs/server/guide
3030
* By default it will use a path of /parse for the API routes. To change this, or use older client SDKs, run `heroku config:set PARSE_MOUNT=/1`
3131
* Deploy it with: `git push heroku master`
3232

33+
### Getting Started Microsoft Azure App Service
34+
35+
#### With the Deploy to Azure Button
36+
37+
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net/)
38+
39+
#### Without It
40+
41+
A detailed tutorial is available here:
42+
[Azure welcomes Parse developers](https://azure.microsoft.com/en-us/blog/azure-welcomes-parse-developers/)
43+
3344
### Using it
3445

3546
You can use the REST API, the JavaScript SDK, and any of our open-source SDKs:

0 commit comments

Comments
 (0)