April 2020
Intermediate to advanced
482 pages
15h 16m
English
To be able to have programmatic access to the Azure API (this is how Ansible communicates with the Azure cloud to provision resources), we need to create a construct known as a service principal in our Azure account. This service principal is similar to a user but only has API access to the Azure account. We can create this service principal and call it Ansible. We can then assign the contributor role to it in access management in order to be able to create resources in our account. To authenticate to the Azure API using this service principal, we need to supply the following four components:
We can locate all of this information in the Azure portal using the ...
Read now
Unlock full access