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/connector-http.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ You can use this HTTP connector to:
42
42
- Copy the HTTP response as-is or parse it by using [supported file formats and compression codecs](supported-file-formats-and-compression-codecs.md).
43
43
44
44
> [!TIP]
45
-
> To test an HTTP request for data retrieval before you configure the HTTP connector, learn about the API specification for header and body requirements. You can use tools like Postman or a web browser to validate.
45
+
> To test an HTTP request for data retrieval before you configure the HTTP connector, learn about the API specification for header and body requirements. You can use tools like Visual Studio, PowerShell's Invoke-RestMethod, or a web browser to validate.
Copy file name to clipboardExpand all lines: articles/data-factory/connector-odata.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,21 +358,23 @@ Project Online requires user-based OAuth, which is not supported by Azure Data F
358
358
359
359
1. Use **Postman** to get the access token:
360
360
361
-
1. Navigate to **Authorization** tab on the Postman Website.
362
-
1. In the **Type** box, select **OAuth 2.0**, and in the **Add authorization data to** box, select **Request Headers**.
363
-
1. Fill the following information in the **Configure New Token** page to get a new access token:
364
-
-**Grant type**: Select **Authorization Code**.
365
-
-**Callback URL**: Enter `https://www.localhost.com/`.
366
-
-**Auth URL**: Enter `https://login.microsoftonline.com/common/oauth2/authorize?resource=https://<your tenant name>.sharepoint.com`. Replace `<your tenant name>` with your own tenant name.
367
-
-**Access Token URL**: Enter `https://login.microsoftonline.com/common/oauth2/token`.
368
-
-**Client ID**: Enter your Microsoft Entra service principal ID.
369
-
-**Client Secret**: Enter your service principal secret.
370
-
-**Client Authentication**: Select **Send as Basic Auth header**.
371
-
372
-
1. You will be asked to sign in with your username and password.
373
-
1. Once you get your access token, please copy and save it for the next step.
374
-
375
-
:::image type="content" source="./media/connector-odata/odata-project-online-postman-access-token-inline.png" alt-text="Screenshot of using Postman to get the access token." lightbox="./media/connector-odata/odata-project-online-postman-access-token-expanded.png":::
361
+
> [!NOTE]
362
+
> Postman is a widely used applicatoin among developers for testing remote web APIs. However, there are some security and privacy risks associated with its usage. This article does not endorse the use of Postman for production environments. Please use it at your own risk.
363
+
364
+
1. Navigate to **Authorization** tab on the Postman Website.
365
+
1. In the **Type** box, select **OAuth 2.0**, and in the **Add authorization data to** box, select **Request Headers**.
366
+
1. Fill the following information in the **Configure New Token** page to get a new access token:
367
+
-**Grant type**: Select **Authorization Code**.
368
+
-**Callback URL**: Enter `https://www.localhost.com/`.
369
+
-**Auth URL**: Enter `https://login.microsoftonline.com/common/oauth2/authorize?resource=https://<your tenant name>.sharepoint.com`. Replace `<your tenant name>` with your own tenant name.
370
+
-**Access Token URL**: Enter `https://login.microsoftonline.com/common/oauth2/token`.
371
+
-**Client ID**: Enter your Microsoft Entra service principal ID.
372
+
-**Client Secret**: Enter your service principal secret.
373
+
-**Client Authentication**: Select **Send as Basic Auth header**.
374
+
1. You will be asked to sign in with your username and password.
375
+
1. Once you get your access token, please copy and save it for the next step.
376
+
377
+
:::image type="content" source="./media/connector-odata/odata-project-online-postman-access-token-inline.png" alt-text="Screenshot of using Postman to get the access token." lightbox="./media/connector-odata/odata-project-online-postman-access-token-expanded.png":::
376
378
377
379
1. Create the OData linked service:
378
380
-**Service URL**: Enter `https://<your tenant name>.sharepoint.com/sites/pwa/_api/Projectdata`. Replace `<your tenant name>` with your own tenant name.
Copy file name to clipboardExpand all lines: articles/data-factory/connector-rest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Specifically, this generic REST connector supports:
43
43
- For REST as source, copying the REST JSON response [as-is](#export-json-response-as-is) or parse it by using [schema mapping](copy-activity-schema-and-type-mapping.md#schema-mapping). Only response payload in **JSON** is supported.
44
44
45
45
> [!TIP]
46
-
> To test a request for data retrieval before you configure the REST connector in Data Factory, learn about the API specification for header and body requirements. You can use tools like Postman or a web browser to validate.
46
+
> To test a request for data retrieval before you configure the REST connector in Data Factory, learn about the API specification for header and body requirements. You can use tools like Visual Studio, PowerShell's Invoke-RestMethod or a web browser to validate.
Copy file name to clipboardExpand all lines: articles/data-factory/connector-troubleshoot-rest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ This article provides suggestions to troubleshoot common problems with the REST
58
58
59
59
- Note that 'curl' might not be suitable to reproduce an SSL certificate validation issue. In some scenarios, the 'curl' command was executed successfully without encountering any SSL certificate validation issues. But when the same URL is executed in a browser, no SSL certificate is actually returned for the client to establish trust with server.
60
60
61
-
Tools like **Postman** and **Fiddler** are recommended for the preceding case.
61
+
Tools like **Fiddler** are recommended for the preceding case.
Copy file name to clipboardExpand all lines: articles/data-factory/security-and-access-control-troubleshoot-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ CMK in the service should have "Soft Delete" enabled and "Purge Protect" enabled
227
227
Please review [Recover deleted Key](../key-vault/general/key-vault-recovery.md?tabs=azure-portal#list-recover-or-purge-soft-deleted-secrets-keys-and-certificates) and [Deleted Key Value](../key-vault/general/key-vault-recovery.md?tabs=azure-portal#list-recover-or-purge-a-soft-deleted-key-vault)
228
228
229
229
* User Assigned Managed Identity (UA-MI) was deleted before the service.
230
-
You can recover from this by using REST API calls, you can do this in an http client of your choice in any programming language. If you have not anything already set up for REST API calls with Azure authentication, the easiest way to do this would be by using POSTMAN/Fiddler. Please follow following steps.
230
+
You can recover from this by using REST API calls, you can do this in an http client of your choice in any programming language. If you have not anything already set up for REST API calls with Azure authentication, the easiest way to do this would be by using Fiddler. Please follow following steps.
231
231
232
232
1. Make a GET call using Method: GET Url like `https://management.azure.com/subscriptions/YourSubscription/resourcegroups/YourResourceGroup/providers/Microsoft.DataFactory/factories/YourFactoryName?api-version=2018-06-01`
0 commit comments