Last active
April 4, 2025 15:32
-
-
Save FH-Inway/d0bfdac84620cf5f3d2a2f96a9226ad7 to your computer and use it in GitHub Desktop.
Dynamics 365 Finance and Operations topology file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| To populate topology data for command line package installation, refer to: | |
| https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/deployment/install-deployable-package#collect-topology-configuration-data | |
| --> | |
| <TopologyData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <Name>AX topology</Name> | |
| <MachineList> | |
| <Machine> | |
| <Name>localhost</Name> | |
| <ServiceModelList> | |
| <string>ALMService</string> | |
| <string>AOSService</string> | |
| <string>BIService</string> | |
| <string>DevToolsService</string> | |
| <string>DIXFService</string> | |
| <string>MROneBox</string> | |
| <string>PayrollTaxModule</string> | |
| <string>PerfSDK</string> | |
| <string>ReportingService</string> | |
| </ServiceModelList> | |
| </Machine> | |
| </MachineList> | |
| <BackupScript> | |
| <FileName /> | |
| <Automated>false</Automated> | |
| <Description>Please backup your environment now, set this step to complete once you finished backup</Description> | |
| </BackupScript> | |
| </TopologyData> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| To populate topology data for command line package installation, refer to: | |
| https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/deployment/install-deployable-package#collect-topology-configuration-data | |
| --> | |
| <TopologyData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <Name>AX topology</Name> | |
| <MachineList> | |
| <Machine> | |
| <Name>localhost</Name> | |
| <ServiceModelList> | |
| <string>ALMService</string> | |
| <string>AOSService</string> | |
| <string>BIService</string> | |
| <string>DevToolsService</string> | |
| <string>DIXFService</string> | |
| <string>MROneBox</string> | |
| <string>PayrollTaxModule</string> | |
| <string>PerfSDK</string> | |
| <string>ReportingService</string> | |
| <string>RetailCloudPos</string> | |
| <string>RetailHQConfiguration</string> | |
| <string>RetailSDK</string> | |
| <string>RetailSelfService</string> | |
| <string>RetailServer</string> | |
| </ServiceModelList> | |
| </Machine> | |
| </MachineList> | |
| <BackupScript> | |
| <FileName /> | |
| <Automated>false</Automated> | |
| <Description>Please backup your environment now, set this step to complete once you finished backup</Description> | |
| </BackupScript> | |
| </TopologyData> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment