Skip to content
This repository was archived by the owner on Nov 10, 2019. It is now read-only.

Commit 7b7858f

Browse files
Merge pull request #44 from codefresh-io/azure-builder-typos
azure-builder - fix some typos and formatting in README.md
2 parents 2d3d661 + 4752e4b commit 7b7858f

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

plugins/azure-builder/README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ DESCRIPTION:
1212
1313
## Mandatory Parameters:
1414
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)
2324
DOCKERFILE_PATH - Dockerfile path (default - working_dir/Dockerfile)
2425
2526
## Output Variables
@@ -44,9 +45,9 @@ steps:
4445
- TENANT=<azure ad tenant id>
4546
- DOCKERFILE_PATH=<dockerfile path>
4647
47-
## user cradentials
48+
## user credentials
4849
49-
image: 'amircodefresh/azure-builder:2612'
50+
image: 'codefresh/cf-azure-builder'
5051
environment:
5152
- IMAGE=<image name>
5253
- TAG=<tag name>

0 commit comments

Comments
 (0)