Skip to content

Commit 791cd21

Browse files
authored
Merge pull request #108165 from sethmanheim/nhbaidu
Removing deprecated notes and warnings
2 parents 89a36f5 + 236513f commit 791cd21

File tree

1 file changed

+5
-61
lines changed

1 file changed

+5
-61
lines changed

articles/notification-hubs/notification-hubs-baidu-china-android-notifications-get-started.md

Lines changed: 5 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,16 @@ ms.devlang: java
1111
ms.topic: conceptual
1212
ms.tgt_pltfrm: mobile-baidu
1313
ms.workload: mobile
14-
ms.date: 06/19/2019
14+
ms.date: 03/18/2020
1515
ms.author: sethm
1616
ms.reviewer: jowargo
1717
ms.lastreviewed: 06/19/2019
1818
---
1919

20-
# Deprecated: Get started with Notification Hubs using Baidu
20+
# Get started with Notification Hubs using Baidu
2121

2222
[!INCLUDE [notification-hubs-selector-get-started](../../includes/notification-hubs-selector-get-started.md)]
2323

24-
> [!IMPORTANT]
25-
> This tutorial is deprecated.
26-
2724
Baidu cloud push is a Chinese cloud service that you can use to send push notifications to mobile devices.
2825

2926
As Google Play and FCM (Firebase Cloud Messaging) are not available in China, it is necessary to use different app stores and push services. Baidu is one of them, and the one currently used by Notification Hub.
@@ -38,63 +35,10 @@ This tutorial requires:
3835
> [!NOTE]
3936
> To complete this tutorial, you must have an active Azure account. If you don't have an account, you can create a free trial account in just a couple of minutes. For details, see [Azure Free Trial](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A0E0E5C02&returnurl=http%3A%2F%2Fazure.microsoft.com%2Fen-us%2Fdocumentation%2Farticles%2Fnotification-hubs-baidu-get-started%2F).
4037
41-
## Create a Baidu account
42-
43-
To use Baidu, you must have a Baidu account. If you already have one, log in to the [Baidu portal] and skip to the next step. Otherwise, see the following instructions on how to create a Baidu account.
44-
45-
1. Go to the [Baidu portal] and click the **登录** (**Login**) link. Click **立即注册** (**Register Now**) to start the account registration process.
46-
47-
![Baidu Registration](./media/notification-hubs-baidu-get-started/BaiduRegistration.png)
48-
49-
2. Enter the required details—phone/email address, password, and verification code—and click 注册 (**Signup**).
50-
51-
![Baidu Registration Input](./media/notification-hubs-baidu-get-started/BaiduRegistrationInput.png)
52-
53-
3. You are sent an email to the email address that you entered with a link to activate your Baidu account.
54-
55-
![Baidu Registration Confirmation](./media/notification-hubs-baidu-get-started/BaiduConfirmation.png)
56-
57-
4. Log in to your email account, open the Baidu activation mail, and click the activation link to activate your Baidu account.
58-
59-
![Baidu Activation e-mail](./media/notification-hubs-baidu-get-started/BaiduActivationEmail.png)
60-
61-
Once you have an activated Baidu account, log in to the [Baidu portal].
62-
63-
## Create a Baidu cloud push project
64-
65-
When you create a Baidu cloud push project, you receive your app ID, API key, and secret key.
66-
67-
1. Once you have logged in to the [Baidu portal], click **更多>>** (**more**).
68-
69-
![Registration - More](./media/notification-hubs-baidu-get-started/BaiduRegistrationMore.png)
70-
71-
2. Scroll down in the **站长与开发者服务** (**Webmaster and Developer Services**) section and click **百度云推送** (**Baidu Cloud Push**).
72-
73-
![Baidu Open Cloud Platform](./media/notification-hubs-baidu-get-started/BaiduOpenCloudPlatform.png)
74-
75-
3. On the next page, click **登录** (**Login**) on the top-right corner.
76-
77-
![Baidu Login](./media/notification-hubs-baidu-get-started/BaiduLogin.png)
78-
79-
4. Then, click **创建应用** (**Create Application**) on this page.
80-
81-
![Baidu Create Application](./media/notification-hubs-baidu-get-started/BaiduCreateApplication.png)
82-
83-
5. On the next page, click 创建新应用 (**Create New Application**).
84-
85-
![Baidu Create New Application](./media/notification-hubs-baidu-get-started/BaiduCreateNewApplication.png)
86-
87-
6. Enter an application name and click 创建 (**Create**).
88-
89-
![](./media/notification-hubs-baidu-get-started/BaiduCreateApplicationDoCreate.png)
90-
91-
7. Upon successful creation of a Baidu cloud push project, you see a page with **AppID**, **API Key**, and **Secret Key**. Make a note of the API key and secret key, which we use later.
92-
93-
![Baidu Push Secrets](./media/notification-hubs-baidu-get-started/BaiduGetSecrets.png)
94-
95-
8. Configure the project for push notifications by clicking 创建通知 (**Create Notification**) on the left pane.
38+
To get started, do the following:
9639

97-
![](./media/notification-hubs-baidu-get-started/BaiduCreateNotification.png)
40+
1. Create a Baidu account.
41+
2. Create a Baidu cloud push project, and make a note of the API key and secret key.
9842

9943
## Configure a new notification hub
10044

0 commit comments

Comments
 (0)