Skip to content

Byod triggerable logic app#14679

Open
PrathamRathi wants to merge 14 commits intoAzure:masterfrom
PrathamRathi:byod-triggerable-logic-app
Open

Byod triggerable logic app#14679
PrathamRathi wants to merge 14 commits intoAzure:masterfrom
PrathamRathi:byod-triggerable-logic-app

Conversation

@PrathamRathi
Copy link
Copy Markdown
Contributor

PR Checklist

Check these items before submitting a PR...

Contribution Guide

Best Practice Guide

  • [ x ] - Please check this box once you've submitted the PR if you've read through the Contribution Guide and best practices checklist.

Changelog

@azure-quickstarts azure-quickstarts added the metadata violations metadata violations during PR label Apr 3, 2026
Copy link
Copy Markdown

@UttejG UttejG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see lot of references to Azure AD. If i am not wrong, most of these should be Entra ID. Other than that this looks fine to me.

},
"type": "Http",
"inputs": {
"uri": "https://graph.microsoft.com/beta/identityGovernance/catalogs/@{triggerBody()?['catalogId']}/accessPackageResources/@{triggerBody()?['customDataProvidedResourceId']}/uploadSessions",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this not change with the cloud?

Comment on lines +306 to +327
"status": {
"type": "string"
},
"isUploadDone": {
"type": "boolean"
},
"createdDateTime": {
"type": "string"
},
"expirationDateTime": {
"type": "string"
},
"stats": {
"type": "object",
"properties": {
"filesUploaded": {
"type": "integer"
},
"totalBytesUploaded": {
"type": "integer"
}
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that we are only using the id in the next step. Is it necessary to define these other properties?

Comment on lines +29 to +31
"Public",
"USGovernment",
"China"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jsut a FYI, az cli uses the following names

"AzureCloud"
"AzureChinaCloud"
"AzureUSGovernment"

Comment on lines +214 to +217
"graphEndpoint": {
"type": "String",
"defaultValue": "https://graph.microsoft.com"
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we be using variables('cloud').graph which means we don't need this param?

},
"type": "Http",
"inputs": {
"uri": "@{parameters('graphEndpoint')}/beta/identityGovernance/catalogs/@{triggerBody()?['catalogId']}/accessPackageResources/@{triggerBody()?['customDataProvidedResourceId']}/uploadSessions",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we not be using variables('cloud').graph ?

},
"authentication": {
"type": "ManagedServiceIdentity",
"audience": "@{parameters('graphEndpoint')}"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as the last comment

@azure-quickstarts azure-quickstarts added the readme violations README violations during PR label Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

best practices violations BPA metadata violations metadata violations during PR readme violations README violations during PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants