Commit 65f4d0a
fix(infra): remove enableAnalyticalStorage on Cosmos DB account creation
Azure no longer supports enabling Analytical Storage during Cosmos DB
account creation, which caused deployments to fail with:
BadRequest: Enabling Analytical Storage during account creation
is no longer supported.
The flag was set to true in infra/modules/cosmosDb.bicep but no
container in this solution configures analyticalStorageTtl, so the
feature was unused. Removing the explicit value lets the AVM module
default (false) apply, unblocking deployments.
Regenerated infra/main.json from the updated Bicep.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 81f2af6 commit 65f4d0a
2 files changed
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
13101 | 13101 | | |
13102 | 13102 | | |
13103 | 13103 | | |
| 13104 | + | |
13104 | 13105 | | |
13105 | 13106 | | |
13106 | 13107 | | |
13107 | 13108 | | |
13108 | | - | |
13109 | 13109 | | |
13110 | 13110 | | |
13111 | 13111 | | |
| |||
32017 | 32017 | | |
32018 | 32018 | | |
32019 | 32019 | | |
| 32020 | + | |
32020 | 32021 | | |
32021 | 32022 | | |
32022 | | - | |
32023 | 32023 | | |
32024 | 32024 | | |
32025 | 32025 | | |
| |||
40530 | 40530 | | |
40531 | 40531 | | |
40532 | 40532 | | |
40533 | | - | |
| 40533 | + | |
40534 | 40534 | | |
40535 | 40535 | | |
40536 | 40536 | | |
| |||
40738 | 40738 | | |
40739 | 40739 | | |
40740 | 40740 | | |
40741 | | - | |
40742 | | - | |
40743 | | - | |
40744 | 40741 | | |
40745 | 40742 | | |
40746 | 40743 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
0 commit comments