Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Administrating Microsoft Dynamics 365 Business Central Online

You're reading from   Administrating Microsoft Dynamics 365 Business Central Online A practical guide to SaaS administration and migration from your on-premise Business Central environments to the cloud

Arrow left icon
Product type Paperback
Published in Jul 2022
Publisher Packt
ISBN-13 9781803234809
Length 234 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Andrey Baludin Andrey Baludin
Author Profile Icon Andrey Baludin
Andrey Baludin
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Part 1: Dynamics 365 Business Central Admin Center
2. Chapter 1: Overview of the Dynamics 365 Business Central Administration Center FREE CHAPTER 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 €18.99/month. Cancel anytime