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
As you interact with this example, replace the placeholders surrounded by `<>` with your values.
63
61
64
-
The return value from this command is a JSON payload, which includes the service principal's `tenantId`, `clientId`, and `clientSecret`.
62
+
The return values from this command includes the service principal's `appId`, `password` and `tenant`. You need to pass these values to the `az containerapp github-action add` command.
65
63
66
64
The following example shows you how to add an integration while using a personal access token.
67
65
@@ -77,9 +75,9 @@ az containerapp github-action add \
0 commit comments