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
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,15 @@ 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)
17
-
IMAGE - Image name
18
-
TAG - Tag name
19
-
ACR_NAME - ACR registry name
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)
15
+
AUTH - Authentication mode. By default it is Azure user credentials.
16
+
(Use 'service-princpal' value in case you want to authenticate using service principal)
17
+
USER - Azure user name (not needed if authentication mode is service-principal)
18
+
IMAGE - Image name
19
+
TAG - Tag name
20
+
ACR_NAME - ACR registry name
21
+
APP_ID - Azure service principal application id (only needed if authentication mode is service-principal)
22
+
PASSWORD - Azure user\service principal password
23
+
TENANT - Azure ad tenant id (only needed if authentication mode is service-principal)
0 commit comments