Skip to content

Commit a9aeeb9

Browse files
committed
fix include YAML headers
1 parent 9caa5fb commit a9aeeb9

13 files changed

+67
-12
lines changed

includes/app-service-mobile-add-firebase-cloud-messaging.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
ms.topic: "include"
2+
author: conceptdev
3+
ms.author: crdun
4+
ms.service: app-service-mobile
5+
ms.topic: include
6+
ms.date: 08/23/2018
37
---
48
1. [Add Firebase to your Android project](https://firebase.google.com/docs/android/setup)
59

includes/app-service-mobile-add-push-notifications-to-ios-app.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
ms.topic: "include"
2+
author: conceptdev
3+
ms.author: crdun
4+
ms.service: app-service-mobile
5+
ms.topic: include
6+
ms.date: 08/23/2018
37
---
48
**Objective-C**:
59

includes/app-service-mobile-android-configure-push-for-firebase.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
ms.topic: "include"
2+
author: conceptdev
3+
ms.author: crdun
4+
ms.service: app-service-mobile
5+
ms.topic: include
6+
ms.date: 08/23/2018
37
---
48
1. In the [Azure portal](https://portal.azure.com/), click **Browse All** > **App Services**, and then click your Mobile Apps back end. Under **Settings**, click **App Service Push**, and then click your notification hub name.
59
2. Go to **Google (GCM)**, enter the **Server Key** value that you obtained from Firebase in the previous procedure, and then click **Save**.

includes/app-service-mobile-android-configure-push.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
ms.topic: "include"
2+
author: conceptdev
3+
ms.author: crdun
4+
ms.service: app-service-mobile
5+
ms.topic: include
6+
ms.date: 08/23/2018
37
---
48
1. In the [Azure portal](https://portal.azure.com/), select **Browse All** > **App Services**. Then select your Mobile Apps back end.
59
2. Under **Settings**, select **Push**. Then select **Configure push notification services**.

includes/app-service-mobile-android-getting-started-with-push.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
ms.topic: "include"
2+
author: conceptdev
3+
ms.author: crdun
4+
ms.service: app-service-mobile
5+
ms.topic: include
6+
ms.date: 08/23/2018
37
---
48
1. In your **app** project, open the file `AndroidManifest.xml`. Add the following code after the `application` opening tag:
59

includes/app-service-mobile-apns-configure-push.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
ms.topic: "include"
2+
author: conceptdev
3+
ms.author: crdun
4+
ms.service: app-service-mobile
5+
ms.topic: include
6+
ms.date: 08/23/2018
37
---
48
1. On your Mac, launch **Keychain Access**. On the left navigation bar, under **Category**, open **My Certificates**. Find the SSL certificate that you downloaded in the previous section, and then disclose its contents. Select only the certificate (do not select the private key). Then [export it](https://support.apple.com/kb/PH20122?locale=en_US).
59
2. In the [Azure portal](https://portal.azure.com/), select **Browse All** > **App Services**. Then select your Mobile Apps back end.

includes/app-service-mobile-configure-notification-hub.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
author: conceptdev
3+
ms.author: crdun
4+
ms.service: app-service-mobile
5+
ms.topic: include
6+
ms.date: 08/23/2018
7+
---
18
The Mobile Apps feature of Azure App Service uses [Azure Notification Hubs] to send pushes, so you will be configuring a notification hub for your mobile app.
29

310
1. In the [Azure portal], go to **App Services**, and then select your app back end. Under **Settings**, select **Push**.

includes/app-service-mobile-dotnet-backend-configure-push-apns.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
ms.topic: "include"
2+
author: conceptdev
3+
ms.author: crdun
4+
ms.service: app-service-mobile
5+
ms.topic: include
6+
ms.date: 08/23/2018
37
---
48
**.NET backend (C#)**:
59

includes/app-service-mobile-dotnet-backend-configure-push-google.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
ms.topic: "include"
2+
author: conceptdev
3+
ms.author: crdun
4+
ms.service: app-service-mobile
5+
ms.topic: include
6+
ms.date: 08/23/2018
37
---
48
Use the procedure that matches your back-end project type—either [.NET back end](#dotnet) or [Node.js back end](#nodejs).
59

includes/app-service-mobile-update-server-project-for-push-template.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
ms.topic: "include"
2+
author: conceptdev
3+
ms.author: crdun
4+
ms.service: app-service-mobile
5+
ms.topic: include
6+
ms.date: 08/23/2018
37
---
48
In this section, you update code in your existing Mobile Apps back-end project to send a push notification every time a new item is added. This process is powered by the [template](../articles/notification-hubs/notification-hubs-templates-cross-platform-push-messages.md) feature of Azure Notification Hubs, which enables cross-platform pushes. The various clients are registered for push notifications using templates, and a single universal push can get to all client platforms.
59

0 commit comments

Comments
 (0)