Skip to content

Update cicd_azure_devops.md #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions labs/06_cicd_azure_devops/cicd_azure_devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The output of the CI part of CI/CD (like the .war file we just built) should alw
![Choose Azure Subscription](./media/chooseAzureSubscription.png)


1. Click **Authorize**. Azure DevOps then tries to automatically create a so-called [Service Principle](https://docs.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals) that our automation can use to authenticate against the Azure API, so that we can create resources and deploy apps. There are two prerequisites for this:
1. Click **Authorize**. Azure DevOps then tries to automatically create a so-called [Service Principal](https://docs.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals) that our automation can use to authenticate against the Azure API, so that we can create resources and deploy apps. There are two prerequisites for this:
1. The currently logged on user must have permission to create a service principal.
1. The currently logged on user must have permission to assign the Contributor role for the whole Azure subscription.

Expand Down Expand Up @@ -414,4 +414,4 @@ By now, we should a good basic understanding of what Azure Pipelines can achieve

* **Authentication and Encryption**. Typically we would use a custom domain for a real website, for which we would need a certificate safely stored in Azure Key Vault and we would use Azure Active Directory or an other identity provider to provide authentication for our code.

* **Much more...**
* **Much more...**