@@ -61,7 +61,7 @@ To be independent of any internet connectivity, you can also download `AzureComm
61
61
If you want to use the always up-to-date version in this repo, use the following:
62
62
63
63
``` c#
64
- ! includeurl https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0 /dist/AzureCommon.puml
64
+ ! includeurl https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1 /dist/AzureCommon.puml
65
65
```
66
66
67
67
The next step is to include specific ` .puml ` files from Azure-PlantUML.
@@ -78,7 +78,7 @@ It is also possible to include Azure services category `.puml` files, which cont
78
78
Or the always up-to-date version in this repo:
79
79
80
80
``` c#
81
- ! define AzurePuml https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0 /dist
81
+ ! define AzurePuml https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1 /dist
82
82
! includeurl AzurePuml / AzureCommon .puml
83
83
! includeurl AzurePuml / Databases / all .puml
84
84
! includeurl AzurePuml / Compute / AzureFunction .puml
@@ -92,7 +92,7 @@ All Azure services names, categories, colored and monochrom symbols, and their `
92
92
93
93
``` csharp
94
94
@startuml Hello World
95
- ! define AzurePuml https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0 /dist
95
+ ! define AzurePuml https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1 /dist
96
96
! includeurl AzurePuml / AzureCommon .puml
97
97
! includeurl AzurePuml / Databases / all .puml
98
98
! includeurl AzurePuml / Compute / AzureFunction .puml
@@ -124,7 +124,7 @@ Just import the necessary `.puml` files and you can use the macros in all your P
124
124
``` csharp
125
125
@startuml Basic usage - Stream processing with Azure Stream Analytics
126
126
127
- ! define AzurePuml https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0 /dist
127
+ ! define AzurePuml https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1 /dist
128
128
! includeurl AzurePuml / AzureCommon .puml
129
129
! includeurl AzurePuml / Analytics / AzureEventHub .puml
130
130
! includeurl AzurePuml / Analytics / AzureStreamAnalytics .puml
@@ -158,7 +158,7 @@ If you just want to use the PlantUML sprites inside your existing diagrams, this
158
158
@startuml Raw usage - Sprites
159
159
! pragma revision 1
160
160
161
- ! define AzurePuml https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0 /dist
161
+ ! define AzurePuml https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1 /dist
162
162
! includeurl AzurePuml / AzureRaw .puml
163
163
! includeurl AzurePuml / Databases / AzureCosmosDb .puml
164
164
! includeurl AzurePuml / Compute / AzureFunction .puml
@@ -193,7 +193,7 @@ To enable the simplified mode `AzureSimplified.puml` needs to be included or can
193
193
@startuml Two Mode Sample
194
194
! pragma revision 1
195
195
196
- ! define AzurePuml https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0 /dist
196
+ ! define AzurePuml https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1 /dist
197
197
! includeurl AzurePuml / AzureCommon .puml
198
198
199
199
' !includeurl AzurePuml/AzureSimplified.puml
@@ -253,7 +253,7 @@ For using **Azure-PlantUML** and [C4-PlantUML](https://github.com/RicardoNiepel/
253
253
254
254
! includeurl https : // raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml
255
255
256
- ! define AzurePuml https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0 /dist
256
+ ! define AzurePuml https : // raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1 /dist
257
257
! includeurl AzurePuml / AzureCommon .puml
258
258
259
259
! includeurl AzurePuml / AzureC4Integration .puml
0 commit comments