Skip to content

Commit 86efd32

Browse files
authored
Merge pull request #4 from ronaldbosma/change-law-sku
Change law SKU PerGB2018
2 parents a929278 + 7f7db37 commit 86efd32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This template is designed to simplify and accelerate the deployment of Azure Int
1515
- Quick setups for experimentation
1616
- CI scenarios in your pipeline
1717

18-
To minimize cost and reduce deployment time, the cheapest possible SKUs are used for each service. Virtual networks, application gateways and other security measures typically implemented in production scenarios are not included. Keep in mind that some resources may still incur costs, so it's a good idea to clean up when you're finished to avoid unexpected charges.
18+
To minimize cost and reduce deployment time, the cheapest possible SKUs are used for each service. Virtual networks, application gateways and other security measures typically implemented in production scenarios are not included. Keep in mind that some resources may still incur costs, so it's a good idea to clean up when you're finished to avoid unexpected charges. The estimated costs are between $6 and $7.
1919

2020
A sample application is included in the template to demonstrate how the services can be used together. It consists of an API that allows a message to be published to a Service Bus topic. A function and a workflow are triggered by the message. The function stores the message in table storage, while the workflow stores the message in blob storage. Using the API, stored messages can be retrieved. See the following diagram for an overview:
2121

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name: azure-integration-services-quickstart
44
metadata:
5-
template: azure-integration-services-quickstart@1.0.0
5+
template: azure-integration-services-quickstart@1.1.0
66
services:
77
functionApp:
88
project: ./src/functionApp

infra/modules/services/app-insights.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2023-09
3434
properties: {
3535
retentionInDays: appInsightsSettings.retentionInDays
3636
sku: {
37-
name: 'Standalone'
37+
name: 'PerGB2018'
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)