Skip to content

Commit 4e7330f

Browse files
Merge pull request sendgrid#4403 from schmeiss/patch-6
Updated section titles to sentence case
2 parents c6e178d + d9a434b commit 4e7330f

File tree

1 file changed

+3
-3
lines changed
  • content/docs/for-developers/partners

1 file changed

+3
-3
lines changed

content/docs/for-developers/partners/azure.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ navigation:
77
show: true
88
---
99

10-
## Point and Click Setup in Windows Azure
10+
## Point and click setup in Windows Azure
1111

1212
You can control a website, mobile backend and SendGrid all from within the Windows Azure management portal. We will cover all 3 of these in this tutorial.
1313

@@ -94,7 +94,7 @@ While you're waiting for DNS to be ready, you can prepare your SendGrid Incoming
9494

9595
Once the DNS has propagated, you’ll be able to receive an email to any email address `@playlist.example.com`. In the next step, we’ll make sure your website on Windows Azure is ready to accept those emails.
9696

97-
## Prepare the Code to Run on Windows Azure
97+
## Prepare the code to run on Windows Azure
9898

9999
Before you can put the code in place, you need to prepare your source control system, which will be Git in this case. Make sure you have Git installed on your local machine before proceeding. There are downloads for Windows, Mac, Linux, and Solaris.
100100
Now set up your repository within the Windows Azure interface:
@@ -165,7 +165,7 @@ One last thing, you need to update the receiving email address:
165165

166166
With your changes pushed to Azure, you can restart the server with the button at the bottom of the web server’s dashboard. Then click the BROWSE button within the same menu to see your website live. At this point, people can send in their song requests, assuming that the DNS has propagated.
167167

168-
## Add a Backend Using Windows Mobile Services
168+
## Add a backend using Windows Azure Mobile Services
169169

170170
Windows Azure can also run a backend-as-a-service for your app, which allows you to store data, authenticate users, send push notifications, and do other common mobile tasks. This backend can also be used for non-mobile applications.
171171

0 commit comments

Comments
 (0)