Skip to content

Commit 26739c2

Browse files
authored
docs(sign): Azure env var typo
1 parent 9469a75 commit 26739c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/distribute/Sign/windows.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ To configure Tauri to use your Azure Key Vault configuration for signing change
255255
[relic] must authenticate with Azure in order to load the certificate.
256256
In the Azure portal landing page, go to the "Microsoft Entra ID" service and head to the "Manage > App registrations" page.
257257
Click "New registration" to create a new app. After creating the app, you are redirected to the application details page where you can see the "Application (client) ID" and "Directory (tenant) ID" values.
258-
Set these IDs to the `AZURE_VAULT_ID` and `AZURE_TENANT_ID` environment variables respectively.
258+
Set these IDs to the `AZURE_CLIENT_ID` and `AZURE_TENANT_ID` environment variables respectively.
259259

260260
In the "Manage > Certificates & secrets" page click the "New client secret" button and set the text in the "Value" column as the `AZURE_CLIENT_SECRET` environment variable.
261261

0 commit comments

Comments
 (0)