Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
eab22a9
update files
Dongbumlee Jun 26, 2025
cabc3c8
added logic for secondaryLocation (not to be same with location)
Dongbumlee Jun 27, 2025
2919950
update default networkAcl for storage account
Dongbumlee Jun 27, 2025
5aaa8f5
fix: Issue with Private Link names fixed
Prajwal-Microsoft Jun 27, 2025
117798b
feat: Added EXP & foundry project changes
Prajwal-Microsoft Jul 1, 2025
ab9f321
feat: Implemented changes for reusing foundry project
Prajwal-Microsoft Jul 2, 2025
bc4f842
feat: Cleanup the main.bicep and moved unsued modules into old_module…
Prajwal-Microsoft Jul 2, 2025
052ac1b
fix: Bug fix for Project endpoint
Prajwal-Microsoft Jul 4, 2025
2d60268
fix: Added network policy for foundry project
Prajwal-Microsoft Jul 7, 2025
9931aa9
updated DeploymentGuide.md file
VishalS-Microsoft Jul 9, 2025
5d571e6
update
VishalS-Microsoft Jul 9, 2025
dc04e17
feat: Removed old code and updated docker build
Prajwal-Microsoft Jul 9, 2025
32691ab
Merge remote-tracking branch 'origin/dev' into feature/waf-fdp-exp-final
Prajwal-Microsoft Jul 9, 2025
4ea0564
Merge pull request #212 from microsoft/feature/waf-fdp-exp-final
Roopan-Microsoft Jul 9, 2025
030bf48
updated azure.yml file
VishalS-Microsoft Jul 10, 2025
29b7a2c
Merge pull request #213 from microsoft/psl-us-20283-vs
Roopan-Microsoft Jul 10, 2025
a4ed408
update azure.yml file with reuiredVersions
NirajC-Microsoft Jul 10, 2025
452f001
Merge pull request #214 from microsoft/psl-cp-upgradeazd
Roopan-Microsoft Jul 10, 2025
7c461ed
fix: Added Role assignment for managed identity to pull the image fro…
Prajwal-Microsoft Jul 11, 2025
d86f656
feat: Updated main.json with latest change
Prajwal-Microsoft Jul 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# template: azd-init@1.11.1
name: content-processing

requiredVersions:
azd: ">=1.15.0 !=1.17.1"

metadata:
template: content-processing@1.0
name: content-processinge@1.0
Expand Down
2 changes: 1 addition & 1 deletion docs/DeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If you're not using one of the above options for opening the project, then you'l

1. Make sure the following tools are installed:
- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.5) <small>(v7.0+)</small> - available for Windows, macOS, and Linux.
- [Azure Developer CLI (azd)](https://aka.ms/install-azd)
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.15.0+)</small> - version
- [Python 3.9+](https://www.python.org/downloads/)
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
- [Git](https://git-scm.com/downloads)
Expand Down
229 changes: 0 additions & 229 deletions infra/abbreviations.json

This file was deleted.

72 changes: 0 additions & 72 deletions infra/container_app/deploy_container_app.bicep

This file was deleted.

Loading
Loading