Skip to Content
Hands-On Azure for Developers
book

Hands-On Azure for Developers

by Kamil Mrzygłód
November 2018
Intermediate to advanced
606 pages
15h 7m
English
Packt Publishing
Content preview from Hands-On Azure for Developers

Client-to-node security

Besides communicating within a cluster, you may need to allow authorized users to exchange messages with individual nodes. In fact, this is cover by similar security options as node-to-node security—here you can choose between certificates and Active Directory (AD) security. What is the advantage of using AD in that scenario? There is one very important aspect—in most cases, you do not want to share certificates with your client (this could also be cumbersome with a large number of them). AD security can be set in the ARM template by providing additional options:

"azureActiveDirectory": {  "tenantId": "<guid>",  "clusterApplication": "<guid>",  "clientApplication": "<guid>"}
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Implementing Azure: Putting Modern DevOps to Use

Implementing Azure: Putting Modern DevOps to Use

Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali

Publisher Resources

ISBN: 9781789340624Supplemental Content