You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/v1/data-factory-use-custom-activities.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -642,7 +642,7 @@ In this step, you create datasets to represent input and output data.
642
642
```
643
643
2 occurrences(s) of the search term "Microsoft" were found in the file inputfolder/2016-11-16-00/file.txt.
644
644
```
645
-
6. Use the [Azure portal][azure-preview-portal] or Azure PowerShell cmdlets to monitor your data factory, pipelines, and data sets. You can see messages from the **ActivityLogger** in the code for the custom activity in the logs (specifically user-0.log) that you can download from the portal or using cmdlets.
645
+
6. Use the [Azure portal](https://portal.azure.com) or Azure PowerShell cmdlets to monitor your data factory, pipelines, and data sets. You can see messages from the **ActivityLogger** in the code for the custom activity in the logs (specifically user-0.log) that you can download from the portal or using cmdlets.
646
646
647
647
![download logs from custom activity][image-data-factory-download-logs-from-custom-activity]
648
648
@@ -1050,7 +1050,6 @@ The [Azure Data Factory - local environment](https://github.com/gbrueckl/Azure.D
Copy file name to clipboardExpand all lines: articles/iot-dps/how-to-control-access.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ Azure IoT Hub Device Provisioning Service grants access to endpoints by verifyin
142
142
143
143
You can grant [permissions](#device-provisioning-service-permissions) in the following ways:
144
144
145
-
***Shared access authorization policies**. Shared access policies can grant any combination of [permissions](#device-provisioning-service-permissions). You can define policies in the [Azure portal][lnk-management-portal], or programmatically by using the [Device Provisioning Service REST APIs][lnk-resource-provider-apis]. A newly created provisioning service has the following default policy:
145
+
***Shared access authorization policies**. Shared access policies can grant any combination of [permissions](#device-provisioning-service-permissions). You can define policies in the [Azure portal](https://portal.azure.com), or programmatically by using the [Device Provisioning Service REST APIs][lnk-resource-provider-apis]. A newly created provisioning service has the following default policy:
146
146
147
147
***provisioningserviceowner**: Policy with all permissions. See [permissions](#device-provisioning-service-permissions) for detailed information.
148
148
@@ -301,6 +301,5 @@ The following table lists the permissions you can use to control access to your
Copy file name to clipboardExpand all lines: articles/notification-hubs/notification-hubs-baidu-china-android-notifications-get-started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,7 @@ Make a note of the `DefaultListenSharedAccessSignature` and `DefaultFullSharedAc
226
226
227
227
Set the value of the `API_KEY` string with the API_KEY from the Baidu Cloud Project.
228
228
229
-
Set the value of the `NotificationHubName` string with your notification hub name from the [Azure portal]; and then `NotificationHubConnectionString` with `DefaultListenSharedAccessSignature` from the [Azure portal].
229
+
Set the value of the `NotificationHubName` string with your notification hub name from the [Azure portal] and then `NotificationHubConnectionString` with `DefaultListenSharedAccessSignature` from the [Azure portal].
230
230
231
231
11. Open MainActivity.java, and add the following to the onCreate method:
232
232
@@ -408,7 +408,7 @@ Make a note of the `DefaultListenSharedAccessSignature` and `DefaultFullSharedAc
408
408
409
409
## Send notifications to your app
410
410
411
-
You can quickly test receiving notifications from the [Azure portal]: use the **Send** button in the notification hub configuration screen, as shown in the following screens:
411
+
You can quickly test receiving notifications from the [Azure portal] via the **Send** button in the notification hub configuration screen, as shown in the following screens:
412
412
413
413

414
414

@@ -475,7 +475,7 @@ To test this app with the emulator, on the Android Studio top toolbar, click **R
475
475
476
476
The app retrieves the `userId` and `channelId` from the Baidu Push notification service and registers with the notification hub.
477
477
478
-
To send a test notification, you can use the debug tab of the [Azure portal]. If you built the .NETconsole application for Visual Studio, just press the F5 key in Visual Studio to run the application. The application sends a notification that appears in the top notification area of your device or emulator.
478
+
To send a test notification, you can use the debug tab of the [Azure portal](https://portal.azure.com). If you built the .NET console application for Visual Studio, just press the F5 key in Visual Studio to run the application. The application sends a notification that appears in the top notification area of your device or emulator.
0 commit comments