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/energy-data-services/how-to-enable-external-data-services.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ ms.custom: template-how-to
11
11
12
12
# Enable External Data Services (EDS) in Azure Data Manager for Energy
13
13
14
-
This article describes how to enable External Data Services (EDS) in Azure Data Manager for Energy. EDS allow you to pull metadata from OSDU-compliant external data sources into Azure Data Manager for Energy.
14
+
This article describes how to enable External Data Services (EDS) in Azure Data Manager for Energy. EDS allows you to pull metadata from OSDU-compliant external data sources into Azure Data Manager for Energy.
15
15
16
-
By using a [managed identity](/entra/identity/managed-identities-azure-resources/overview), Azure resources can authenticate to other services without storing credentials in code. Use either a system-assigned or user-assigned managed identity to enable the EDS secret service to access secrets stored in your Azure Key Vault.
16
+
Azure resources can use a [managed identity](/entra/identity/managed-identities-azure-resources/overview) to authenticate to other services without storing credentials in code. Use either a system-assigned or user-assigned managed identity to enable the EDS secret service to access secrets stored in your Azure Key Vault.
17
17
18
18
## Prerequisites
19
19
@@ -30,13 +30,13 @@ Use an Azure Key Vault to store secrets managed by the secret service.
30
30
> Your Key Vault must exist in the same tenant as your Azure Data Manager for Energy resource. When you create the Key Vault, select [Enable purge protection (enforce a mandatory retention period for deleted vaults and vault objects)](/azure/key-vault/general/key-vault-recovery?tabs=azure-portal#what-are-soft-delete-and-purge-protection).
31
31
32
32
1. In the **Access configuration** tab, under **Permission model**, select **Azure role-based access control (recommended)**.
33
-
:::image type="content" source="media/how-to-enable-external-data-services/create-a-key-vault.jpg" lightbox="media/how-to-enable-external-data-services/create-a-key-vault.jpg" alt-text="Screenshot of Azure portal Create a Key Vault page showing the Access configuration tab with Permission model set to Azure role-based access control and Resource access checkboxes for Virtual Machines, Resource Manager, and Disk Encryption.":::
33
+
:::image type="content" source="media/how-to-enable-external-data-services/create-a-key-vault.jpg" lightbox="media/how-to-enable-external-data-services/create-a-key-vault.jpg" alt-text="Screenshot showing the Access configuration tab with Permission model set to Azure role-based access control.":::
34
34
35
35
1. Select **Review + create** to create the key vault.
36
36
37
37
## Grant user-assigned managed identity permissions to the Key Vault
38
38
39
-
Use the following steps to grant a user-assigned managed identity permissions to the Key Vault.
39
+
Use the following steps to grant a user-assigned managed identity with permissions to the Key Vault.
40
40
41
41
1. In the Azure portal, go to your Key Vault.
42
42
1. Select **Access control (IAM)** from the left menu and select **+ Add** > **Add role assignment**.
0 commit comments