We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6640204 commit 52f4783Copy full SHA for 52f4783
1 file changed
README.md
@@ -30,6 +30,17 @@ Read the full server guide here: https://parse.com/docs/server/guide
30
* 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`
31
* Deploy it with: `git push heroku master`
32
33
+### Getting Started Microsoft Azure App Service
34
+
35
+#### With the Deploy to Azure Button
36
37
+[](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
44
### Using it
45
46
You can use the REST API, the JavaScript SDK, and any of our open-source SDKs:
0 commit comments