Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Administrating Microsoft Dynamics 365 Business Central Online

You're reading from  Administrating Microsoft Dynamics 365 Business Central Online

Product type Book
Published in Jul 2022
Publisher Packt
ISBN-13 9781803234809
Pages 234 pages
Edition 1st Edition
Languages
Author (1):
Andrey Baludin Andrey Baludin
Profile icon Andrey Baludin

Table of Contents (15) Chapters

Preface 1. Part 1: Dynamics 365 Business Central Admin Center
2. Chapter 1: Overview of the Dynamics 365 Business Central Administration Center 3. Chapter 2: Managing Business Central Environments 4. Chapter 3: Environment Details and Notifications Setup 5. Chapter 4: Telemetry Setup and Analysis 6. Chapter 5: Reported Outages and Operations 7. Chapter 6: Tenant Capacity Management 8. Chapter 7: Admin Center APIs 9. Part 2: Dynamics 365 Business Central Cloud Migration Tool
10. Chapter 8: Cloud Migration Schema and Limitations 11. Chapter 9: Cloud Migration Setup 12. Chapter 10: Migration Process 13. Chapter 11: The Real Migration Experience 14. Other Books You May Enjoy

Calling APIs

In this section, we will learn how to call Admin Center APIs. I suggest doing this in two different ways, as follows:

  • From PowerShell, to show automation scenarios
  • From Postman, to show a user-friendly interface

For example, you often update development sandboxes from a test or production sandbox, and you don't want to open the Admin portal each time and click through all those settings. You could create a PowerShell script and just run it each time you need to have a new environment.

Postman is one of the most popular REpresentational State Transfer (REST) clients. You can use it to test APIs, for single calls or demonstration purposes.

In this section, we will look into both environments.

PowerShell

  1. Run PowerShell as an administrator. We need to install the AzureAD module and the Microsoft.Identity.Client package (if you haven't already done so). For this, run the next script:
    Install-Module AzureAD
    Install-Package -Name...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}