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

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "After you press Sign In, you should see that your script executed without errors and access token keeps in the $Token variable."

A block of code is set as follows:

$response = Invoke-WebRequest `
    -Method Get `
    -Uri    https://api.businesscentral.dynamics.com/admin/v2.11/applications/environments `
    -Headers @{Authorization=("Bearer $Token")}
Write-Host (ConvertTo-Json (ConvertFrom-Json $response.Content))

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "Now, we need to provide permissions to your app registration. Click on the API permissions tab and then select + Add a permission."

Tips or Important Notes

Appear like this.

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