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
{{ message }}
This repository was archived by the owner on Nov 10, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: plugins/azure-builder/README.md
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,14 @@ DESCRIPTION:
12
12
13
13
## Mandatory Parameters:
14
14
15
+
AUTH - authentication mode. By defualt it is Azure user cradentials. use 'service-princpal' value in case you want to authenticate using service principal.
16
+
USER - Azure user name (not needed if authentication mode is service-principal)
15
17
IMAGE - Image name
16
18
TAG - Tag name
17
19
ACR_NAME - ACR registry name
18
-
APP_ID - Azure service principal application id
19
-
PASSWORD - Azure service principal password
20
-
TENANT - Azure ad tenant id
20
+
APP_ID - Azure service principal application id (only needed if authentication mode is service-principal)
21
+
PASSWORD - Azure user\service principal password
22
+
TENANT - Azure ad tenant id (only needed if authentication mode is service-principal)
0 commit comments