Skip to content

Commit e99adf4

Browse files
committed
Security update
1 parent f6f6b9c commit e99adf4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/data-manager-for-agri/how-to-set-up-isv-solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: gourdsay
55
ms.author: angour
66
ms.service: data-manager-for-agri
77
ms.topic: how-to
8-
ms.date: 09/01/2023
8+
ms.date: 05/23/2024
99
ms.custom: template-how-to
1010
---
1111

@@ -49,7 +49,7 @@ A high level view of how you can create a new request and get responses from the
4949
2. If the request is valid, the Data Manager creates a PUT request to ISV Partners solution API.
5050
3. The ISV solution then makes a GET request to the weather service in data manager that is required for processing.
5151
4. The ISV solution completes the processing the request and submits a response back to the Data Manager.
52-
* If there's any error when this request is submitted, then you may have to verify the configuration and parameters. If you're unable to resolve the issue then contact us at [email protected]
52+
* If there's any error when this request is submitted, then you may have to verify the configuration and parameters. If you're unable to resolve the issue then reach out to us by creating a [support ticket](how-to-create-azure-support-request.md).
5353
5. Now you make a call to Data Manager using the Job ID to get the final response.
5454
* If the request processing is completed by the ISV Solution, you get the insight response back.
5555
* If the request processing is still in progress, you get the message “Processing in progress”

articles/data-manager-for-agri/how-to-set-up-sensors-partner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: gourdsay
55
ms.author: angour
66
ms.service: data-manager-for-agri
77
ms.topic: how-to
8-
ms.date: 06/19/2023
8+
ms.date: 05/23/2024
99
ms.custom: template-how-to
1010
---
1111

@@ -50,7 +50,7 @@ Follow the steps provided in [Add a client secret](/azure/active-directory/devel
5050

5151
### Registration
5252

53-
Once the partner has created a multi-tenant Microsoft Entra app successfully, partners manually share the APP ID and Partner ID with Data Manager for Agriculture by emailing [email protected] alias. Using this information Data Manager for Agriculture validates if it’s an authentic partner and creating a partner identity (sensorPartnerId) using the internal APIs. As part of the registration process, partners are enabled to use their partner ID (sensorPartnerId) while creating the sensor/devices object and also as part of the sensor data that they push.
53+
Once the partner has created a multi-tenant Microsoft Entra app successfully, partners manually share the APP ID and Partner ID with Data Manager for Agriculture team by creating a [support ticket](how-to-create-azure-support-request.md). Using this information Data Manager for Agriculture validates if it’s an authentic partner and creating a partner identity (sensorPartnerId) using the internal APIs. As part of the registration process, partners are enabled to use their partner ID (sensorPartnerId) while creating the sensor/devices object and also as part of the sensor data that they push.
5454

5555
Getting the partner ID marks the completion of partner-Data Manager for Agriculture integration. Now, the partner waits for input from any of their sensor customers to initiate their data ingestion into Data Manager for Agriculture.
5656

articles/data-manager-for-agri/how-to-write-weather-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,4 +649,4 @@ In the below example, to pick the precipitation of `"type": "RAIN"` this functio
649649
* **GetValueFromObject(string jsonString, string key)** - Given a json object as string, it gets the value based on key.
650650

651651
> [!NOTE]
652-
> If the extension you are writing requires additional helper functions to parse the API response write to us at [email protected]
652+
> If the extension you are writing requires additional helper functions to parse the API response then reach out to us by creating a [support ticket](how-to-create-azure-support-request.md).

0 commit comments

Comments
 (0)