> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/de/bereitstellung.md).

# Bereitstellung

- [Erste Schritte](https://docs.realmjoin.com/de/bereitstellung/getting-started.md): Eine Entscheidungsmatrix zur Auswahl zwischen den Standard- und erweiterten RealmJoin-Bereitstellungsleitfäden basierend auf den erforderlichen Funktionen und dem Umfang.
- [Erweiterter Leitfaden](https://docs.realmjoin.com/de/bereitstellung/getting-started/extended-guide.md): Dies führt Sie durch alle Schritte, um RealmJoin für eine Enterprise-Umgebung mit erweiterten Anforderungen wie z. B. Runbooks, Protokollierung usw. bereitzustellen.
- [Onboarding](https://docs.realmjoin.com/de/bereitstellung/onboarding-realmjoin-portal.md): Schritt-für-Schritt-Anleitung zur Bereitstellung des RealmJoin-Portals in einem neuen Tenant
- [Erweiterte Einrichtung](https://docs.realmjoin.com/de/bereitstellung/onboarding-realmjoin-portal/advanced-setup.md): Die erweiterte Einrichtung ermöglicht es Ihnen, Berechtigungen detaillierter und maßgeschneiderter zuzuweisen. Dieser Ansatz ist flexibler, aber komplexer und erfordert die Ausführung des RealmJoin-PowerShell-Moduls.
- [Erforderliche Berechtigungen](https://docs.realmjoin.com/de/bereitstellung/required-permissions.md): Microsoft Graph- und Azure-Berechtigungen, die von den RealmJoin-Portal-Apps für Self-Service- und Verwaltungsfunktionen benötigt werden.
- [Überlegungen zur Infrastruktur](https://docs.realmjoin.com/de/bereitstellung/infrastructure.md): RealmJoin-Infrastruktur- und Netzwerkanforderungen, einschließlich Proxy-Hinweisen und der Azure- und Office 365-IP-Bereiche, die erreichbar sein müssen.
- [Den Umfang des RealmJoin-Portals begrenzen](https://docs.realmjoin.com/de/bereitstellung/infrastructure/limiting-the-scope-of-realmjoin-portal.md): Verwendung von Administrative Units mit RealmJoin
- [AVD-Vorlagen](https://docs.realmjoin.com/de/bereitstellung/infrastructure/avd-templates.md): RealmJoin-AVD-Vorlagen wenden Anwendungssätze unbeaufsichtigt über den RealmJoin Client an, um Golden Images für Azure Virtual Desktop-Hosts zu erstellen.
- [Architekturübersicht](https://docs.realmjoin.com/de/bereitstellung/architecture-overview.md): Ein Überblick über die RealmJoin-Architektur auf hoher Ebene: das Cloud-Backend, wie verwaltete Geräte und Administratoren sich verbinden und welche Ressourcen RealmJoin in Ihrem eigenen Microsoft-Tenant verwendet.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/de/bereitstellung.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
