Skip to Content
Azure Serverless Computing Cookbook - Second Edition
book

Azure Serverless Computing Cookbook - Second Edition

by Praveen Kumar Sreeram, Jason Marston
November 2018
Intermediate to advanced
424 pages
10h 55m
English
Packt Publishing
Content preview from Azure Serverless Computing Cookbook - Second Edition

Retrieving Managed Service Identity information

Perform the following steps:

  1. Authenticate your Azure Account's identity using Azure CLI by running the az login command in the Command Prompt, as shown in the following screenshot:

  1. You will be prompted to provide your Azure account credentials so that you can log in to the Azure portal. Once you have provided your credentials, it will show you the available subscriptions in the command console.
  1. Now, we need to retrieve the service principle details by running the following command:
az resource show --name <<Function App Name>> --resource-group <<Resource Group>> --resource-type Microsoft.Web/sites ...
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

Azure Serverless Computing Cookbook

Azure Serverless Computing Cookbook

Praveen Kumar Sreeram
Azure Serverless Computing Cookbook - Third Edition

Azure Serverless Computing Cookbook - Third Edition

Praveen Kumar Sreeram, Kasam Shaikh, Greg Leonardo
Mastering Azure Serverless Computing

Mastering Azure Serverless Computing

Lorenzo Barbieri, Massimo Bonanni

Publisher Resources

ISBN: 9781789615265Supplemental Content