This commit is contained in:
Andre Briggs 2019-04-08 15:45:02 -07:00 коммит произвёл Tim Park
Родитель 928b18b02c
Коммит 02a578d213
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -29,7 +29,7 @@ $ az repos create --name $HLD_REPO_NAME
$ az repos create --name $MANIFEST_REPO_NAME
```
2. (optionally) If you are using our [sample HLD repo](https://github.com/samiyaakhtar/aks-deploy-source), import it with the following command:
2. (optionally) If you are using our [sample HLD repo](https://github.com/andrebriggs/fabrikate-sample-app), import it with the following command:
```
$ az repos import create --git-source-url $SAMPLE_HLD_REPO_PATH --repository HLD_REPO_NAME
```

Просмотреть файл

@ -4,7 +4,7 @@
## 1. Create HLD Repository
If you have not already, create your own high level definition repository. (We provide a [sample GitHub repo](https://github.com/samiyaakhtar/aks-deploy-source) that you can fork and modify for your own application.)
If you have not already, create your own high level definition repository. (We provide a [sample GitHub repo](https://github.com/andrebriggs/fabrikate-sample-app) that you can fork and modify for your own application.)
Also, make sure you have an [azure-pipelines.yml](README.md#azure-pipelines-build-yaml) file at the root of your repository, as we will use this later to setup the build rules in Azure Devops.

Просмотреть файл

@ -5,7 +5,7 @@ This section describes how to configure Azure Devops as the CI/CD system for you
## Prerequisites
1. _Permissions_: The ability to create Projects in your Azure DevOps Organization.
2. _High Level Deployment Description_: Either your own [Fabrikate](https://github.com/Microsoft/fabrikate) high level definition for your deployment or a sample one of ours. We provide a [sample HLD repo](https://github.com/samiyaakhtar/aks-deploy-source) that builds upon the [cloud-native](https://github.com/timfpark/fabrikate-cloud-native) Fabrikate definition.
2. _High Level Deployment Description_: Either your own [Fabrikate](https://github.com/Microsoft/fabrikate) high level definition for your deployment or a sample one of ours. We provide a [sample HLD repo](https://github.com/andrebriggs/fabrikate-sample-app) that builds upon the [cloud-native](https://github.com/timfpark/fabrikate-cloud-native) Fabrikate definition.
## Setup