Skip to content

Commit d3cc5cf

Browse files
committed
Revising per feedback
1 parent a599c6d commit d3cc5cf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

powerapps-docs/maker/data-platform/EnvironmentVariables.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ Ensure environment variable names are unique so they can be referenced accuratel
131131
The names **$authentication** and **$connection** are specially reserved parameters for flows and should be avoided. Flow save will be blocked if environment variables with those names are used.
132132
If an environment variable is used in a flow and the display name of the environment variable is changed, then the designer will show both the old and new display name tokens to help with identification. When updating the flow, it is recommended to remove the environment variable reference and add it again.
133133

134-
## Use Azure Key Vault secrets (preview)
135-
136-
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
134+
## Use Azure Key Vault secrets
137135

138136
Environment variables allow for referencing secrets stored in Azure Key Vault. These secrets are then made available for use with Power Platform components, such as Power Automate and custom connectors. The actual secrets are only stored in Azure Key Vault and the environment variable simply references the secrets. Using Azure Key Vault secrets with environment variables require that you configure Azure Key Vault so that Power Platform can read the specific secrets you want to reference.
139137

@@ -208,7 +206,7 @@ A simple scenario to demonstrate how to use a secret obtained from Azure Key Vau
208206

209207
:::image type="content" source="media/env-var-secret5.png" alt-text="Enable secure outputs setting for the action":::
210208
1. Select **New step**, search and select the **HTTP** connector.
211-
1. Select the **Method** as **GET** and enter the **URI** for the web service. In this screenshot, the fictitious web service *httpbin.org* is used as an example.
209+
1. Select the **Method** as **GET** and enter the **URI** for the web service. In this example, the fictitious web service *httpbin.org* is used.
212210
1. Select **Show advanced options**, select the **Authentication** as **Basic**, and then enter the **Username**.
213211
1. Select the **Password** field, and then on the **Dynamic content** tab under the flow step name above (*GetSecret* in this example) select **RetrieveEnvironmentVariableSecretValueResponse EnvironmentVariableSecretValue**, which is then added as an expression `outputs('GetSecretTest')?['body/EnvironmentVariableSecretValue']` or `body('GetSecretTest')['EnvironmentVariableSecretValue']`.
214212

0 commit comments

Comments
 (0)