We do have the Azure pipelines working for most solutions. The specific problem we are encountering now is that for one solution, the Power Platform Import step is throwing an obscure error and failing to import the packed and checked application. The really odd thing is that only one of the developer environments can successfully export/import this solution - the one that last modified it. The rest of the developer environments cannot when using Azure pipelines. The reported reason given is: "AttributeId is null." I was unable to find any significant differences between that developer environment and the other developer environments. While attempting to find more detail associated with the ALM error, I was able to find the following at one point, but am unable to directly associate it with any specific solution entity:
"Customization.Tab_Solution"
"Customization.Sol_Message" <Cell ss:StyleID="s137"> <Data ss:Type="String">AttributeId is null</Data>
"Entity Relationships" <Cell ss:StyleID="s137" name="ErrorText">
Based on the reference to entity relationships, I did inspect the solutions 28 entities and their Relationships advanced options settings expecting to find an unspecified field. In fact there were several for both the one-to-many and many-to-one links associated with the Delete attribute but I could not discern any pattern that would flag an anomaly.