web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

Deploying an ISV solution into the new PPAC hosted environment

(6) ShareShare
ReportReport
Posted on by 22
I'm sure some people in the world must be experiencing the same.
 
We are going through the build phase of our D365FO project and have spun up the normal test, uat, etc. environments in the PPAC (Power Platform Admin Centre)
LCS is being moved away from and users will be on PPAC long term.    We are facing come challenges with this new world of PPAC and one of them is finding out how to do things.
 
 The big issue we have at the moment is deploying an ISV for document printing.   The ISV vendor is not on PPAC so struggling to work out how to do it.  We have tickets with them, we have tickets with Microsoft.  The ISV vendor has tickets with Microsoft.   How do we get from the normally supplied ISV zip that would be deployed by LCS.  Into the PPAC hosted environment without using LCS.
 
Just thought would put it out there to see if any one experiencing the same or similar challenges.  Microsoft documentation is sparce to say the least and cant find any steps that will take us from A to B.
 
Posed here as couldn't find specific forum.
I have the same question (5)
  • Martin Dráb Profile Picture
    239,118 Most Valuable Professional on at
    What is inside the ZIP file you receive from the ISV?
  • GB-22111519-0 Profile Picture
    22 on at
    Hi...
     
    The zip file contains the content that would normally be deployed using LCS.  We cant find any reliable detailed documentation on if this can be deployed to a PPAC environment which has not links to LCS at all and brief documentation on converting the ZIP to a new format but then no further documentation for the next steps.
     
  • Martin Dráb Profile Picture
    239,118 Most Valuable Professional on at
    I guess you mean a deployable package; you can't use that for the Power Platform environment. Ideally, the ISV should give you the Unified Packages instead; generating it can be as simple as checking a single checkbox (Create Power Platform Unified Package) in their build pipeline. If not, you can convert it on your own by using ModelUtil.exe with -convertToUnifiedPackage flag.
     
    The way of deployment I'm aware of is using Power Platform Deploy Package task in a release pipelines. It's shown in Unified developer experience for finance and operations apps > Continuous integration and deployment.
  • André Arnaud de Calavon Profile Picture
    304,121 Super User 2026 Season 1 on at
    Hi,
     
    You can use the next command to convert the deployable package to a unified package, but I think you already were able to perform this task.
     
    In Powershell:
    .\ModelUtil.exe -convertToUnifiedPackage -file="C:\Temp\[DeployablePackageFileName].zip" -outputpath="C:\Temp\Uni"
     
    You can also use a Powershell script to install the package, but release pipelines as mentioned by Martin will be a better and more robust option.
    Command 1: Open a connection to a UDE environment
    pac auth create --environment https://[environmenturl].crm4.dynamics.com
    Command 2: Deploy the package 
    pac package deploy --logConsole --package C:\Temp\UNI\TemplatePackage.dll
     
    A great help for getting started with the new UDE environments is a blog from Aurelien Clere: Dynamics 365 FinOps Unified developer experience — PowerAzure365

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 733

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 461 Super User 2026 Season 1

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 278 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans