Commit c91d555
authored
Configure Application from AZD Up command (#548)
* Add Cosmos DB post-configuration script and update requirements - Initial POC
* post deploy configure services in cosmosdb
* refactor to prevent post deploy configuration + begin support of key based auth.
* Add additional parameter validation for creating entra app
* Refactor Bicep modules for improved authentication and key management
- Added keyVault-Secrets.bicep module for storing secrets in Key Vault.
- Modified keyVault.bicep to remove enterprise app client secret handling and commented out managed identity role assignments.
- Removed openAI-existing.bicep and refactored openAI.bicep to handle model deployments dynamically.
- Added setPermissions.bicep for managing role assignments for various resources.
- Updated postconfig.py to reflect changes in environment variable handling for authentication type.
* Refactor Bicep modules to conditionally add settings based on authentication type and enable resource declarations for services
* initial support for VideoIndexer service
* Refactor Bicep modules to enhance VideoIndexer service integration and update diagnostic settings configurations
* move from using chainguard-dev builder image to python slim image.
* Updates to support post deployment app config
* Add post-deployment permissions script for CosmosDB and update authentication type handling
* fix typo in enhanced citation deployment config
* Refactor Dockerfile to use Python 3.13-slim and streamline build process
* restart web application after deployment settings applied
* remove setting for disableLocalAuth
* update to latest version of bicep deployment
* remove dead code
* code cleanup / formatting
* removed unnecessary content from readme.md
* fix token scope for commericial search service
* set permission correctly for lookup of openAI models
* fixes required to configure search with managed identity1 parent 3bf067a commit c91d555
File tree
37 files changed
+1075
-1093
lines changed- application/single_app
- deployers
- bicep
- modules
37 files changed
+1075
-1093
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
43 | | - | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
697 | | - | |
698 | | - | |
| 697 | + | |
699 | 698 | | |
700 | 699 | | |
701 | 700 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
8 | 50 | | |
9 | 51 | | |
10 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 28 | | |
39 | 29 | | |
40 | 30 | | |
| |||
113 | 103 | | |
114 | 104 | | |
115 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
116 | 109 | | |
117 | 110 | | |
118 | 111 | | |
| 112 | + | |
119 | 113 | | |
120 | 114 | | |
121 | 115 | | |
122 | 116 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | 117 | | |
133 | 118 | | |
134 | | - | |
135 | | - | |
136 | 119 | | |
137 | 120 | | |
138 | 121 | | |
| |||
142 | 125 | | |
143 | 126 | | |
144 | 127 | | |
145 | | - | |
| 128 | + | |
146 | 129 | | |
147 | | - | |
148 | | - | |
| 130 | + | |
149 | 131 | | |
150 | 132 | | |
151 | 133 | | |
152 | 134 | | |
153 | | - | |
154 | 135 | | |
155 | 136 | | |
156 | 137 | | |
157 | 138 | | |
158 | 139 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | 140 | | |
164 | | - | |
165 | 141 | | |
166 | 142 | | |
167 | 143 | | |
168 | 144 | | |
169 | | - | |
| 145 | + | |
170 | 146 | | |
171 | 147 | | |
172 | 148 | | |
| |||
This file was deleted.
0 commit comments