Skip to content

Commit 2747c10

Browse files
authored
Merge pull request plantuml-stdlib#23 from plantuml-stdlib/feature/change-urls-to-stdlib-org
Change URLs to plantuml-stdlib org.
2 parents 8d1be49 + 36a58ad commit 2747c10

14 files changed

+51
-51
lines changed

AzureSymbols.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you want to be independent of any internet connectivity, you can also downloa
1515
If you want to use the always up-to-date version in this repo, use the following:
1616

1717
```c#
18-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/master/dist
18+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/master/dist
1919
!includeurl AzurePuml/AzureCommon.puml
2020
!includeurl AzurePuml/Databases/AzureCosmosDb.puml
2121
!includeurl AzurePuml/Compute/AzureFunction.puml

README.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Azure-PlantUML
22

3-
![Basic usage - Stream processing with Azure Stream Analytics](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2FRicardoNiepel%2FAzure-PlantUML%2Fmaster%2Fsamples%2FBasic%2520usage%2520-%2520Stream%2520processing%2520with%2520Azure%2520Stream%2520Analytics.puml)
3+
![Basic usage - Stream processing with Azure Stream Analytics](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fplantuml-stdlib%2FAzure-PlantUML%2Fmaster%2Fsamples%2FBasic%2520usage%2520-%2520Stream%2520processing%2520with%2520Azure%2520Stream%2520Analytics.puml)
44

55
[PlantUML](http://en.plantuml.com/) sprites, macros and stereotypes for creating PlantUML diagrams with [Azure](https://azure.microsoft.com/en-us/) components.
66

@@ -9,7 +9,7 @@ The official [Microsoft Azure, Cloud and Enterprise Symbol / Icon Set](http://ak
99

1010
With Azure-PlantUML it is feasible to create visually appealing and memorable PlantUML diagrams for your Azure systems.
1111

12-
It is also possible to combine Azure-PlantUML with [C4-PlantUML](https://github.com/RicardoNiepel/C4-PlantUML) to create [C4 models](https://c4model.com/) for Azure architectures.
12+
It is also possible to combine Azure-PlantUML with [C4-PlantUML](https://github.com/plantuml-stdlib/C4-PlantUML) to create [C4 models](https://c4model.com/) for Azure architectures.
1313

1414
> See also [Save the world from Powerpoint Cloud Solution Architects](https://azure-development.com/2018/09/11/save-the-world-from-powerpoint-cloud-solution-architects/)
1515
@@ -61,7 +61,7 @@ To be independent of any internet connectivity, you can also download `AzureComm
6161
If you want to use the always up-to-date version in this repo, use the following:
6262

6363
```c#
64-
!includeurl https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist/AzureCommon.puml
64+
!includeurl https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/release/2-1/dist/AzureCommon.puml
6565
```
6666

6767
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
7878
Or the always up-to-date version in this repo:
7979

8080
```c#
81-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist
81+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/release/2-1/dist
8282
!includeurl AzurePuml/AzureCommon.puml
8383
!includeurl AzurePuml/Databases/all.puml
8484
!includeurl AzurePuml/Compute/AzureFunction.puml
@@ -92,7 +92,7 @@ All Azure services names, categories, colored and monochrom symbols, and their `
9292

9393
```csharp
9494
@startuml Hello World
95-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist
95+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/release/2-1/dist
9696
!includeurl AzurePuml/AzureCommon.puml
9797
!includeurl AzurePuml/Databases/all.puml
9898
!includeurl AzurePuml/Compute/AzureFunction.puml
@@ -107,15 +107,15 @@ functionAlias --> cosmosDbAlias
107107
@enduml
108108
```
109109

110-
![Hello World](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2FRicardoNiepel%2FAzure-PlantUML%2Fmaster%2Fsamples%2FHello%2520World.puml)
110+
![Hello World](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fplantuml-stdlib%2FAzure-PlantUML%2Fmaster%2Fsamples%2FHello%2520World.puml)
111111

112112
## Usages
113113

114114
It is up to you how you want to use Azure-PlantUML.
115115

116116
It is possible to build very simple diagrams with it and leverage the Azure-PlantUML macros.
117117
You can also decide that you just want to use the Azure-PlantUML sprites.
118-
In addition it is also possible to use Azure-PlantUML in combination with [C4-PlantUML](https://github.com/RicardoNiepel/C4-PlantUML) for using the [C4 model](https://c4model.com/) and creating diagrams for large systems.
118+
In addition it is also possible to use Azure-PlantUML in combination with [C4-PlantUML](https://github.com/plantuml-stdlib/C4-PlantUML) for using the [C4 model](https://c4model.com/) and creating diagrams for large systems.
119119

120120
### Basic usage
121121

@@ -124,7 +124,7 @@ Just import the necessary `.puml` files and you can use the macros in all your P
124124
```csharp
125125
@startuml Basic usage - Stream processing with Azure Stream Analytics
126126

127-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist
127+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/release/2-1/dist
128128
!includeurl AzurePuml/AzureCommon.puml
129129
!includeurl AzurePuml/Analytics/AzureEventHub.puml
130130
!includeurl AzurePuml/Analytics/AzureStreamAnalytics.puml
@@ -148,7 +148,7 @@ streamAnalytics --> outputCosmosDb
148148
@enduml
149149
```
150150

151-
![Basic usage - Stream processing with Azure Stream Analytics](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2FRicardoNiepel%2FAzure-PlantUML%2Fmaster%2Fsamples%2FBasic%2520usage%2520-%2520Stream%2520processing%2520with%2520Azure%2520Stream%2520Analytics.puml)
151+
![Basic usage - Stream processing with Azure Stream Analytics](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fplantuml-stdlib%2FAzure-PlantUML%2Fmaster%2Fsamples%2FBasic%2520usage%2520-%2520Stream%2520processing%2520with%2520Azure%2520Stream%2520Analytics.puml)
152152

153153
### Raw sprite usage
154154

@@ -158,7 +158,7 @@ If you just want to use the PlantUML sprites inside your existing diagrams, this
158158
@startuml Raw usage - Sprites
159159
!pragma revision 1
160160

161-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist
161+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/release/2-1/dist
162162
!includeurl AzurePuml/AzureRaw.puml
163163
!includeurl AzurePuml/Databases/AzureCosmosDb.puml
164164
!includeurl AzurePuml/Compute/AzureFunction.puml
@@ -179,7 +179,7 @@ mySecondFunction --> mySecondCosmosDb
179179
@enduml
180180
```
181181

182-
![Raw usage - Sprites](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2FRicardoNiepel%2FAzure-PlantUML%2Fmaster%2Fsamples%2FRaw%2520usage%2520-%2520Sprites.puml)
182+
![Raw usage - Sprites](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fplantuml-stdlib%2FAzure-PlantUML%2Fmaster%2Fsamples%2FRaw%2520usage%2520-%2520Sprites.puml)
183183

184184
### Simplified mode
185185

@@ -193,7 +193,7 @@ To enable the simplified mode `AzureSimplified.puml` needs to be included or can
193193
@startuml Two Mode Sample
194194
!pragma revision 1
195195

196-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist
196+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/release/2-1/dist
197197
!includeurl AzurePuml/AzureCommon.puml
198198

199199
' !includeurl AzurePuml/AzureSimplified.puml
@@ -228,32 +228,32 @@ stateFunctionAlias --> stateDBAlias
228228
@enduml
229229
```
230230

231-
![Two Mode Sample - Simplified](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2FRicardoNiepel%2FAzure-PlantUML%2Fmaster%2Fsamples%2FTwo%2520Mode%2520Sample%2520-%2520Simplified.puml)
231+
![Two Mode Sample - Simplified](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fplantuml-stdlib%2FAzure-PlantUML%2Fmaster%2Fsamples%2FTwo%2520Mode%2520Sample%2520-%2520Simplified.puml)
232232

233-
![Two Mode Sample - Normal](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2FRicardoNiepel%2FAzure-PlantUML%2Fmaster%2Fsamples%2FTwo%2520Mode%2520Sample%2520-%2520Normal.puml)
233+
![Two Mode Sample - Normal](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fplantuml-stdlib%2FAzure-PlantUML%2Fmaster%2Fsamples%2FTwo%2520Mode%2520Sample%2520-%2520Normal.puml)
234234

235235
### In combination with C4-PlantUML
236236

237-
Our recommmendation is to use Azure-PlantUML in combination with [C4-PlantUML](https://github.com/RicardoNiepel/C4-PlantUML).
237+
Our recommmendation is to use Azure-PlantUML in combination with [C4-PlantUML](https://github.com/plantuml-stdlib/C4-PlantUML).
238238

239239
Take a look into the [Advanced Samples](#advanced-samples) section to see the full power of Azure-PlantUML.
240240

241241
## Advanced Samples
242242

243243
The following advanced samples are reproductions from the official [Azure documentation](https://docs.microsoft.com/en-us/azure/) and [Azure architecture center](https://docs.microsoft.com/en-us/azure/architecture/).
244244

245-
All of them are created in combination with [C4-PlantUML](https://github.com/RicardoNiepel/C4-PlantUML) for using the [C4 model](https://c4model.com/):
245+
All of them are created in combination with [C4-PlantUML](https://github.com/plantuml-stdlib/C4-PlantUML) for using the [C4 model](https://c4model.com/):
246246
> "a way for software development teams to efficiently and effectively communicate their software architecture, at different levels of detail, telling different stories to different types of audience, when doing up front design or retrospectively documenting an existing codebase"
247247
248248
### C4 Integration
249249

250-
For using **Azure-PlantUML** and [C4-PlantUML](https://github.com/RicardoNiepel/C4-PlantUML) together, you need to include `AzureC4Integration.puml`.
250+
For using **Azure-PlantUML** and [C4-PlantUML](https://github.com/plantuml-stdlib/C4-PlantUML) together, you need to include `AzureC4Integration.puml`.
251251
```csharp
252252
@startuml
253253

254-
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml
254+
!includeurl https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
255255
256-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist
256+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/release/2-1/dist
257257
!includeurl AzurePuml/AzureCommon.puml
258258

259259
!includeurl AzurePuml/AzureC4Integration.puml
@@ -272,15 +272,15 @@ Original: [Azure IoT Reference Architecture Guide](https://aka.ms/iotrefarchitec
272272

273273
Source: [C4 usage - IoT Reference Architecture - Stateful stream processing](samples/C4%20usage%20-%20IoT%20Reference%20Architecture%20-%20Stateful%20stream%20processing.puml)
274274

275-
![C4 usage - IoT Reference Architecture - Stateful stream processing](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2FRicardoNiepel%2FAzure-PlantUML%2Fmaster%2Fsamples%2FC4%2520usage%2520-%2520IoT%2520Reference%2520Architecture%2520-%2520Stateful%2520stream%2520processing.puml)
275+
![C4 usage - IoT Reference Architecture - Stateful stream processing](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fplantuml-stdlib%2FAzure-PlantUML%2Fmaster%2Fsamples%2FC4%2520usage%2520-%2520IoT%2520Reference%2520Architecture%2520-%2520Stateful%2520stream%2520processing.puml)
276276

277277
### Azure Reference Architecture: Highly scalable web application
278278

279279
Original: [Azure Reference Architecture](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/app-service-web-app/scalable-web-app)
280280

281281
Source: [C4 usage - Highly scalable web application.puml](samples/C4%20usage%20-%20Highly%20scalable%20web%20application.puml)
282282

283-
![C4 usage - Highly scalable web application](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2FRicardoNiepel%2FAzure-PlantUML%2Fmaster%2Fsamples%2FC4%2520usage%2520-%2520Highly%2520scalable%2520web%2520application.puml)
283+
![C4 usage - Highly scalable web application](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fplantuml-stdlib%2FAzure-PlantUML%2Fmaster%2Fsamples%2FC4%2520usage%2520-%2520Highly%2520scalable%2520web%2520application.puml)
284284

285285
## Snippets for Visual Studio Code
286286

@@ -304,7 +304,7 @@ All details can be found in the [Generating the Azure-PlantUML distro documentat
304304

305305
## Contributing
306306

307-
If you have any ideas, just [open an issue](https://github.com/RicardoNiepel/Azure-PlantUML/issues/new) and tell me what you think.
307+
If you have any ideas, just [open an issue](https://github.com/plantuml-stdlib/Azure-PlantUML/issues/new) and tell me what you think.
308308

309309
If you'd like to contribute, please fork the repository and use a feature branch.
310310
Pull requests are warmly welcome.

dist/AzureCommon.puml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
' Azure-PlantUML, version 2.1.0
2-
' https://github.com/RicardoNiepel/Azure-PlantUML
2+
' https://github.com/plantuml-stdlib/Azure-PlantUML
33

44
' Colors
55
' ##################################
@@ -57,4 +57,4 @@ rectangle "==e_label\n<color:e_color><$e_sprite></color>\n//<size:TECHN_FONT_SIZ
5757

5858
!definelong AzureEntity(e_alias, e_label, e_techn, e_descr, e_color, e_sprite, e_stereo)
5959
rectangle "==e_label\n<color:e_color><$e_sprite></color>\n//<size:TECHN_FONT_SIZE>[e_techn]</size>//\n\n e_descr" <<e_stereo>> as e_alias
60-
!enddefinelong
60+
!enddefinelong

dist/AzureRaw.puml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
' Azure-PlantUML, version 2.1.0
2-
' https://github.com/RicardoNiepel/Azure-PlantUML
2+
' https://github.com/plantuml-stdlib/Azure-PlantUML
33

44
' Colors
55
' ##################################
@@ -30,4 +30,4 @@ rectangle "==e_label\n<color:e_color><$e_sprite></color>\n//<size:TECHN_FONT_SIZ
3030

3131
!definelong AzureEntity(e_alias, e_label, e_techn, e_descr, e_color, e_sprite, e_stereo)
3232
rectangle "==e_label\n<color:e_color><$e_sprite></color>\n//<size:TECHN_FONT_SIZE>[e_techn]</size>//\n\n e_descr" <<e_stereo>> as e_alias
33-
!enddefinelong
33+
!enddefinelong

samples/Basic usage - Stream processing with Azure Stream Analytics.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@startuml Basic usage - Stream processing with Azure Stream Analytics
22
!pragma revision 2
33

4-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/master/dist
4+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/master/dist
55
!includeurl AzurePuml/AzureCommon.puml
66
!includeurl AzurePuml/Analytics/AzureEventHub.puml
77
!includeurl AzurePuml/Analytics/AzureStreamAnalytics.puml

samples/C4 usage - Highly scalable web application.puml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@startuml
22
!pragma revision 1
33

4-
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml
4+
!includeurl https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
55

6-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/master/dist
6+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/master/dist
77
!includeurl AzurePuml/AzureCommon.puml
88
!includeurl AzurePuml/AzureC4Integration.puml
99
!includeurl AzurePuml/Databases/AzureRedisCache.puml
@@ -59,4 +59,4 @@ Rel_Neighbor(search, sqlDb, "Builds index from")
5959

6060
Lay_D(search, webJob)
6161

62-
@enduml
62+
@enduml

samples/C4 usage - IoT Reference Architecture - Stateful stream processing.puml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@startuml
22
!pragma revision 1
33

4-
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml
4+
!includeurl https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
55

6-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/master/dist
6+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/master/dist
77
!includeurl AzurePuml/AzureCommon.puml
88
!includeurl AzurePuml/AzureC4Integration.puml
99
!includeurl AzurePuml/Compute/AzureFunction.puml
@@ -40,4 +40,4 @@ Rel(streamAnalytics, alertingFunction, "Triggers for output batches to")
4040

4141
Rel(telemetryFunction, warmStorageCosmos, "Writes all transformed events to")
4242

43-
@enduml
43+
@enduml

samples/Hello World.puml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@startuml Hello World
22
!pragma revision 1
33

4-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/master/dist
4+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/master/dist
55
!includeurl AzurePuml/AzureCommon.puml
66
!includeurl AzurePuml/Databases/all.puml
77
!includeurl AzurePuml/Compute/AzureFunction.puml
@@ -13,4 +13,4 @@ AzureCosmosDb(cosmosDbAlias, "Label", "Technology", "Optional Description")
1313
personAlias --> functionAlias
1414
functionAlias --> cosmosDbAlias
1515

16-
@enduml
16+
@enduml

samples/Raw usage - Sprites.puml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@startuml Raw usage - Sprites
22
!pragma revision 1
33

4-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/master/dist
4+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/master/dist
55
!includeurl AzurePuml/AzureRaw.puml
66
!includeurl AzurePuml/Databases/AzureCosmosDb.puml
77
!includeurl AzurePuml/Compute/AzureFunction.puml
@@ -19,4 +19,4 @@ myFunction --> myCosmosDb
1919

2020
mySecondFunction --> mySecondCosmosDb
2121

22-
@enduml
22+
@enduml

samples/Two Mode Sample - Normal.puml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@startuml Two Mode Sample - Normal
22
!pragma revision 1
33

4-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/master/dist
4+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/master/dist
55
!includeurl AzurePuml/AzureCommon.puml
66

77
' !includeurl AzurePuml/AzureSimplified.puml
@@ -33,4 +33,4 @@ streamAnalyticsAlias --> aggregatedEventsHubAlias
3333
aggregatedEventsHubAlias --> timeSeriesAlias
3434
stateFunctionAlias --> stateDBAlias
3535

36-
@enduml
36+
@enduml

samples/Two Mode Sample - Simplified.puml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@startuml Two Mode Sample - Simplified
22
!pragma revision 1
33

4-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/master/dist
4+
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/master/dist
55
!includeurl AzurePuml/AzureCommon.puml
66

77
!includeurl AzurePuml/AzureSimplified.puml
@@ -33,4 +33,4 @@ streamAnalyticsAlias --> aggregatedEventsHubAlias
3333
aggregatedEventsHubAlias --> timeSeriesAlias
3434
stateFunctionAlias --> stateDBAlias
3535

36-
@enduml
36+
@enduml

0 commit comments

Comments
 (0)