Skip to content

Commit 1071953

Browse files
authored
acrolinx and lightbox
1 parent 2893158 commit 1071953

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/data-factory/enable-azure-key-vault-for-managed-airflow.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ Follow these steps to enable the Azure Key Vault as the secret backend for your
4040
1. Navigate to the [Managed Airflow instance's integrated runtime (IR) environment](how-does-managed-airflow-work.md).
4141
1. Install the [**apache-airflow-providers-microsoft-azure**](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/stable/index.html) for the **Airflow requirements** during your initial Airflow environment setup.
4242

43-
:::image type="content" source="media/enable-azure-key-vault-for-managed-airflow/airflow-environment-setup.png" alt-text="Screenshot showing the Airflow Environment Setup window highlighting the Airflow requirements.":::
43+
:::image type="content" source="media/enable-azure-key-vault-for-managed-airflow/airflow-environment-setup.png" alt-text="Screenshot showing the Airflow Environment Setup window highlighting the Airflow requirements." lightbox="media/enable-azure-key-vault-for-managed-airflow/airflow-environment-setup.png":::
4444

4545
1. Add the following settings for the **Airflow configuration overrides** in integrated runtime properties:
4646

4747
- **AIRFLOW__SECRETS__BACKEND**: "airflow.providers.microsoft.azure.secrets.key_vault.AzureKeyVaultBackend"
4848
- **AIRFLOW__SECRETS__BACKEND_KWARGS**: "{"connections_prefix": "airflow-connections", "variables_prefix": "airflow-variables", "vault_url": **\<your keyvault uri\>**}”
4949

50-
:::image type="content" source="media/enable-azure-key-vault-for-managed-airflow/airflow-configuration-overrides.png" alt-text="Screenshot showing the configuration of the Airflow configuration overrides setting in the Airflow environment setup.":::
50+
:::image type="content" source="media/enable-azure-key-vault-for-managed-airflow/airflow-configuration-overrides.png" alt-text="Screenshot showing the configuration of the Airflow configuration overrides setting in the Airflow environment setup." lightbox="media/enable-azure-key-vault-for-managed-airflow/airflow-configuration-overrides.png":::
5151

5252
1. Add the following for the **Environment variables** configuration in the Airflow integrated runtime properties:
5353

54-
- **AZURE_CLIENT_ID** = \<Client Id of SPN\>
54+
- **AZURE_CLIENT_ID** = \<Client ID of SPN\>
5555
- **AZURE_TENANT_ID** = \<Tenant Id\>
5656
- **AZURE_CLIENT_SECRET** = \<Client Secret of SPN\>
5757

58-
:::image type="content" source="media/enable-azure-key-vault-for-managed-airflow/environment-variables.png" alt-text="Screenshot showing the Environment variables section of the Airflow integrated runtime properties.":::
58+
:::image type="content" source="media/enable-azure-key-vault-for-managed-airflow/environment-variables.png" alt-text="Screenshot showing the Environment variables section of the Airflow integrated runtime properties." lightbox="media/enable-azure-key-vault-for-managed-airflow/environment-variables.png":::
5959

6060
1. Then you can use variables and connections and they will automatically be stored in Azure Key Vault. The name of connections and variables need to follow AIRFLOW__SECRETS__BACKEND_KWARGS as defined previously. For more information, refer to [Azure-key-vault as secret backend](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/stable/secrets-backends/azure-key-vault.html).
6161

@@ -103,7 +103,7 @@ Follow these steps to enable the Azure Key Vault as the secret backend for your
103103

104104
1. Store variables for connections in Azure Key Vault. Refer to [Store credentials in Azure Key Vault](store-credentials-in-key-vault.md)
105105

106-
:::image type="content" source="media/enable-azure-key-vault-for-managed-airflow/secrets-configuration.png" alt-text="Screenshot showing the configuration of secrets in Azure Key Vault.":::
106+
:::image type="content" source="media/enable-azure-key-vault-for-managed-airflow/secrets-configuration.png" alt-text="Screenshot showing the configuration of secrets in Azure Key Vault." lightbox="media/enable-azure-key-vault-for-managed-airflow/secrets-configuration.png":::
107107

108108
## Next steps
109109

articles/data-factory/kubernetes-secret-pull-image-from-private-container-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This article explains how to add a Kubernetes secret to pull a custom image from
2929

3030
Open the Azure Data Factory Studio and select the **Manage** tab from the left toolbar, then select **Apache Airflow** under **Workflow Orchestration Manager**. Finally, select **+ New** to create a new Managed Airflow environment.
3131

32-
:::image type="content" source="media/kubernetes-secret-pull-image-from-private-container-registry/create-new-airflow-environment.png" alt-text="Screenshot showing the steps to create a new Managed Airflow environment in the Azure Data Factory Studio.":::
32+
:::image type="content" source="media/kubernetes-secret-pull-image-from-private-container-registry/create-new-airflow-environment.png" alt-text="Screenshot showing the steps to create a new Managed Airflow environment in the Azure Data Factory Studio." lightbox="media/kubernetes-secret-pull-image-from-private-container-registry/create-new-airflow-environment.png":::
3333

3434
### Step 2: Add a Kubernetes secret
3535

@@ -43,7 +43,7 @@ Provide the required field **Secret name**, select **Private registry auth** for
4343

4444
:::image type="content" source="media/kubernetes-secret-pull-image-from-private-container-registry/create-airflow-secret.png" alt-text="Screenshot showing the Create airflow secret window and its fields." lightbox="media/kubernetes-secret-pull-image-from-private-container-registry/create-airflow-secret.png" :::
4545

46-
Once you proivde the required fields, select **Apply** to add the secret.
46+
Once you provide the required fields, select **Apply** to add the secret.
4747

4848
## Next steps
4949

articles/data-factory/rest-apis-for-airflow-integrated-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This article documents the REST APIs for the Managed Airflow integrated runtime.
6868
|airflowRequirements | Array\<string\> | Python libraries you wish to use. Example: ["flask-bcrypy=0.7.1"]. Can be a comma delimited list. |
6969
|airflowEnvironmentVariables | Object (Key/Value pair) | Environment variables you wish to use. Example: { “SAMPLE_ENV_NAME”: “test” } |
7070
|gitSyncProperties | gitSyncProperty | Git configuration properties |
71-
|enableAADIntegration | boolean | Allows AAD to login to Airflow |
71+
|enableAADIntegration | boolean | Allows Azure AD to login to Airflow |
7272
|userName | string or null | Username for Basic Authentication |
7373
|password | string or null | Password for Basic Authentication |
7474

0 commit comments

Comments
 (0)