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: src/content/docs/distribute/Sign/windows.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ To configure Tauri to use your Azure Key Vault configuration for signing change
255
255
[relic] must authenticate with Azure in order to load the certificate.
256
256
In the Azure portal landing page, go to the "Microsoft Entra ID" service and head to the "Manage > App registrations" page.
257
257
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.
259
259
260
260
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.
0 commit comments