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-manager-for-agri/concepts-byol-and-credentials.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,9 @@ Add an access policy in the key vault for your Data Manager for Agriculture inst
82
82
### Step 5: Invoke control plane API call
83
83
Use the [API call](/rest/api/data-manager-for-agri/controlplane-version2023-06-01-preview/data-connectors) to specify connector credentials. Key vault URI/ key name/ key version can be found after creating secret as shown in the following figure.
84
84
85
+
> [!NOTE]
86
+
>For making control plane calls, you need owner access on ADMA resource scope.
87
+
85
88
:::image type="content" source="./media/concepts-byol-and-credentials/details-key-vault.png" alt-text="Screenshot showing where key name and key version is available.":::
86
89
87
90
#### Following values should be used for the connectors while invoking above APIs:
Copy file name to clipboardExpand all lines: articles/data-manager-for-agri/concepts-ingest-weather-data.md
-45Lines changed: 0 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ Here are some notes about the behavior of provider-agnostic APIs:
24
24
* You can request weather data for up to 50 locations in a single call.
25
25
* Forecast data isn't older than 15 minutes. Data for current conditions isn't older than 10 minutes.
26
26
* After the initial call is made for a location, the data is cached for the defined time to live (TTL).
27
-
* To keep the cache warm, you can use the `apiFreshnessTimeInMinutes` parameter in the weather extension. The platform keeps a job running for the defined amount of time and updates the cache. The default value is zero, which means the cache isn't kept warm by default.
28
27
29
28
The following sections provide the commands to fetch weather data and ingest it into Azure Data Manager for Agriculture.
30
29
@@ -65,50 +64,6 @@ Here's sample output for the installation command:
65
64
66
65
After you finish installing the extension, you can ingest weather data.
67
66
68
-
If you want to update `apiFreshnessTimeInMinutes`, update the extension by using the following PowerShell command. Replace all values within angle brackets with your respective environment values.
The preceding update command merges patch operations. It updates freshness time for only the API mentioned in the command and retains the freshness time values for other APIs as they were before.
After you get the credentials that are required to access the APIs, you need to call the [Weather Data API](/rest/api/data-manager-for-agri/dataplane-version2022-11-01-preview/weather-data) to fetch weather data.
Copy file name to clipboardExpand all lines: articles/data-manager-for-agri/how-to-set-up-audit-logs.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,8 @@ The following table lists the **operationName** values and corresponding REST AP
221
221
222
222
### ApplicationAuditLogs
223
223
The write and delete logs present in other categories are also present in this category. The difference between the logs in this category and other categories for the same API call is that, ApplicationAuditLogs doesn't log the request-body, while in other categories the request-body is populated. Use the correlation-id to relate logs of two different categories to get more details. Some of the control plane operations that aren't part of the rest of the categories are listed below.
224
+
> [!NOTE]
225
+
>For making control plane calls, you need owner access on ADMA resource scope.
0 commit comments