From 744675cddf04542095d8d58979cee9a6da3a9959 Mon Sep 17 00:00:00 2001 From: Travis Nielsen Date: Fri, 23 Dec 2022 16:46:22 -0600 Subject: [PATCH] fix inline sample diagrams --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8715d53..3f5cd922 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ To enable the simplified mode `AzureSimplified.puml` needs to be included or can !includeurl AzurePuml/Compute/AzureFunction.puml !includeurl AzurePuml/Databases/AzureCosmosDb.puml !includeurl AzurePuml/Storage/AzureDataLakeStorage.puml -!includeurl AzurePuml/Analytics/AzureStreamAnalytics.puml +!includeurl AzurePuml/Analytics/AzureStreamAnalyticsJob.puml !includeurl AzurePuml/InternetOfThings/AzureTimeSeriesInsights.puml !includeurl AzurePuml/Identity/AzureActiveDirectoryB2C.puml !includeurl AzurePuml/DevOps/AzureApplicationInsights.puml @@ -209,7 +209,7 @@ LAYOUT_LEFT_RIGHT AzureEventHub(rawEventsHubAlias, "Raw Event Hub", "PK: Medallion HackLicense VendorId; 3 TUs") AzureDataLakeStorage(datalakeAlias, "Data Lake", "GRS") -AzureStreamAnalytics(streamAnalyticsAlias, "Aggregate Events", "6 SUs") +AzureStreamAnalyticsJob(streamAnalyticsAlias, "Aggregate Events", "6 SUs") AzureFunction(stateFunctionAlias, "State Processor", "C#, Consumption Plan") AzureEventHub(aggregatedEventsHubAlias, "Aggregated Hub", "6 TUs") AzureCosmosDb(stateDBAlias, "State Database", "SQL API, 1000 RUs")