Skip to content

Commit ad8c639

Browse files
committed
Merge branch 'AVM_WAF_Integration-alguadam' into AVMWAF_Integration
2 parents bdf6603 + 519d99a commit ad8c639

19 files changed

+654
-56971
lines changed

.github/workflows/docker-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ (github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'hotfix') }}
3636
uses: azure/docker-login@v2
3737
with:
38-
login-server: ${{ secrets.ACR_LOGIN_SERVER }}
38+
login-server: ${{ secrets.ACR_LOGIN_SERVER || 'acrlogin.azurecr.io' }}
3939
username: ${{ secrets.ACR_USERNAME }}
4040
password: ${{ secrets.ACR_PASSWORD }}
4141

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you'd like to customize the solution accelerator, here are some common areas
5151
<summary>Click to learn more about the key features this solution enables</summary>
5252

5353
- **Allows people to focus on what matters** <br/>
54-
By doing the heavy lifting involved with coordinating activities across an organization, peoples' time is freed up to focus on their specializations.
54+
By doing the heavy lifting involved with coordinating activities across an organization, people's time is freed up to focus on their specializations.
5555

5656
- **Enabling GenAI to scale** <br/>
5757
By not needing to build one application after another, organizations are able to reduce the friction of adopting GenAI across their entire organization. One capability can unlock almost unlimited use cases.
@@ -95,8 +95,7 @@ Here are some example regions where the services are available: East US, East US
9595

9696
Pricing varies per region and usage, so it isn't possible to predict exact costs for your usage. The majority of the Azure resources used in this infrastructure are on usage-based pricing tiers. However, Azure Container Registry has a fixed cost per registry per day.
9797

98-
Use the [Azure pricing calculator](https://azure.microsoft.com/en-us/pricing/calculator) to calculate the cost of this solution in your subscription.
99-
98+
Use the [Azure pricing calculator](https://azure.microsoft.com/en-us/pricing/calculator) to calculate the cost of this solution in your subscription. [Review a sample pricing sheet for the architecture](https://azure.com/e/86d0eefbe4dd4a23981c1d3d4f6fe7ed).
10099
| Product | Description | Cost |
101100
|---|---|---|
102101
| [Azure OpenAI Service](https://learn.microsoft.com/azure/ai-services/openai/) | Powers the AI agents for task automation | [Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) |

infra/main.bicep

Lines changed: 58 additions & 52 deletions
Large diffs are not rendered by default.

infra/main.bicepparam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using './main.bicep'
22

33
param enableTelemetry = true
4-
param solutionPrefix = 'vntstth'
4+
param solutionPrefix = null //Type a string value to customize the prefix for your resource names
55
param solutionLocation = 'australiaeast'
66
param logAnalyticsWorkspaceConfiguration = {
77
dataRetentionInDays: 30

0 commit comments

Comments
 (0)