Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

joshuakr/7160 - ARM and Sharepoint Site Iteration #547

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

KronemeyerJoshua
Copy link
Contributor

Includes the following changes (7057, 7160, 7180):

  • ARM Updates for Logic App in Preparation for Terraform Changes
  • Logic App now uses a config.json in the config azure blob container (to be created in terraform later)
  • Logic App now iterates through each sharepoint site listed in the config.json automatically
  • Logic App now uses SharePointEntryFolder array in config.json to determine the entry point for each sharepoint site OR the same sharepoint site, but a different location
  • Logic App now references config.json for AcceptedFileTypes

Example config.json

{ "AcceptedFileTypes": [ "pdf", "docx", "html", "htm", "csv", "md", "pptx", "txt", "json", "xlsx", "xml", "eml", "msg" ], "SharepointSite": [ "https://test.sharepoint.com/sites/SharepointTest", "https://test2.sharepoint.com/sites/SharepointTest" ], "SharepointEntryFolder": [ "/Shared Documents/Microsoft", "/Shared Documents/EduMaterial" ] }

@georearl georearl merged commit 9b8344c into vNext-Dev Mar 11, 2024
6 checks passed
@georearl georearl deleted the joshuakr/7160 branch March 11, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants