Skip to content

Commit 384e547

Browse files
committed
Index and toc update
1 parent d2259f9 commit 384e547

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

articles/data-manager-for-agri/concepts-byol-and-credentials.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Flow diagram showing creation and sharing of credentials.
2727

2828
The steps to use Azure Key Vault in Data Manager for Agriculture are as follows:
2929

30-
### Step 1: Create Key Vault
30+
## Step 1: Create Key Vault
3131
Customers can create a key vault or use an existing key vault to share license credentials for satellite (Sentinel Hub) and weather (IBM Weather). Customer creates (or reuse existing one) Azure Key Vault with following properties (Optional):
3232

3333
:::image type="content" source="./media/concepts-byol-and-credentials/create-key-vault.png" alt-text="Screenshot showing key vault properties.":::
@@ -36,12 +36,12 @@ It's recommended that customer keeps key vault accessible over internet so that
3636

3737
:::image type="content" source="./media/concepts-byol-and-credentials/provide-access-to-keys.png" alt-text="Screenshot showing key vault access.":::
3838

39-
### Step 2: Store secret in Azure Key Vault
39+
## Step 2: Store secret in Azure Key Vault
4040
For sharing your satellite or weather service credentials, customer stores client secrets in a key vault. Customers are in control of secret name and rotation.
4141

4242
:::image type="content" source="./media/concepts-byol-and-credentials/store-your-credential-keys.png" alt-text="Screenshot showing storage of key values.":::
4343

44-
### Step 3: Enable system identity
44+
## Step 3: Enable system identity
4545
As a customer you have to enable system identity for your Data Manager for Agriculture instance. There are two options:
4646

4747
1. Via UI
@@ -54,7 +54,7 @@ As a customer you have to enable system identity for your Data Manager for Agric
5454
armclient patch /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{ADMA_instance_name}?api-version=2023-04-01-preview "{identity: { type: 'systemAssigned' }}
5555
```
5656
57-
### Step 4: Access policy
57+
## Step 4: Access policy
5858
Add an access policy in key vault for your Data Manager for Agriculture instance.
5959
6060
1. Go to access policies tab in the created key vault.
@@ -69,7 +69,7 @@ Add an access policy in key vault for your Data Manager for Agriculture instance
6969
7070
:::image type="content" source="./media/concepts-byol-and-credentials/access-policy-creation.png" alt-text="Screenshot showing selection create and review tab.":::
7171
72-
### Step 5: Invoke control plane API call
72+
## Step 5: Invoke control plane API call
7373
Use the [API call](/rest/api/data-manager-for-agri/controlplane-version2021-09-01-preview/farm-beats-models/create-or-update?tabs=HTTP) to specify credentials. Key vault URI/ key name/ key version can be found after creating secret as shown in the following figure.
7474
7575
:::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.":::

articles/data-manager-for-agri/index.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ landingContent:
5959
url: concepts-ingest-sensor-data.md
6060
- linkListType: how-to-guide
6161
links:
62+
- text: Push and consume sensor data
63+
url: how-to-set-up-sensor-as-customer-and-partner.md
6264
- text: Set up sensors as a partner
6365
url: how-to-set-up-sensors-partner.md
6466
- text: Set up sensors as a customer
@@ -69,6 +71,10 @@ landingContent:
6971
links:
7072
- text: Set up private links
7173
url: how-to-set-up-private-links.md
74+
- linkListType: concept
75+
links:
76+
- text: Using your license keys
77+
url: concepts-byol-and-credentials.md
7278
- title: Administration
7379
linkLists:
7480
- linkListType: how-to-guide

articles/data-manager-for-agri/toc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
- name: Sensor data ingestion
2626
href: concepts-ingest-sensor-data.md
2727
- name: Understanding throttling
28-
href: concepts-understanding-throttling.md
28+
href: concepts-understanding-throttling.md
29+
- name: Using your license keys
30+
href: concepts-byol-and-credentials.md
2931
- name: How-to guides
3032
items:
3133
- name: Administration
@@ -44,6 +46,8 @@
4446
href: how-to-set-up-isv-solution.md
4547
- name: Set up sensors as a customer
4648
href: how-to-set-up-sensors-customer.md
49+
- name: Push and consume sensor data
50+
href: how-to-set-up-sensor-as-customer-and-partner.md
4751
- name: Set up sensors as a partner
4852
href: how-to-set-up-sensors-partner.md
4953
- name: Use tissue sampling APIs

0 commit comments

Comments
 (0)