Skip to content

Commit 312a796

Browse files
author
Paul Hatcher
committed
Standardize launch settings to be location-neutral and improve script generation tool information
Change manual image naming to use hyphen rather than space Introduce Mobile and Mobile Engagement icons and use official Log Streaming icon
1 parent ea4b3e5 commit 312a796

File tree

66 files changed

+263
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+263
-24
lines changed

AzureSymbols.md

+2
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ Media | AzureMediaServices </br> (Azure Media Services) | ![AzureMediaServices](
222222
Migrate | AzureDataBoxEdge </br> (Azure Data Box Edge) | ![AzureDataBoxEdge](dist/Migrate/AzureDataBoxEdge.png?raw=true) | ![AzureDataBoxEdge](dist/Migrate/AzureDataBoxEdge(m).png?raw=true) | Migrate/AzureDataBoxEdge.puml
223223
Migrate | AzureMigrate </br> (Azure Migrate) | ![AzureMigrate](dist/Migrate/AzureMigrate.png?raw=true) | ![AzureMigrate](dist/Migrate/AzureMigrate(m).png?raw=true) | Migrate/AzureMigrate.puml
224224
**Mobile** | | | | **Mobile/all.puml**
225+
Mobile | AzureMobileApp </br> (Azure Mobile App) | ![AzureMobileApp](dist/Mobile/AzureMobileApp.png?raw=true) | ![AzureMobileApp](dist/Mobile/AzureMobileApp(m).png?raw=true) | Mobile/AzureMobileApp.puml
226+
Mobile | AzureMobileEngagement </br> (Azure Mobile Engagement) | ![AzureMobileEngagement](dist/Mobile/AzureMobileEngagement.png?raw=true) | ![AzureMobileEngagement](dist/Mobile/AzureMobileEngagement(m).png?raw=true) | Mobile/AzureMobileEngagement.puml
225227
Mobile | AzureNotificationHub </br> (Azure Notification Hub) | ![AzureNotificationHub](dist/Mobile/AzureNotificationHub.png?raw=true) | ![AzureNotificationHub](dist/Mobile/AzureNotificationHub(m).png?raw=true) | Mobile/AzureNotificationHub.puml
226228
Mobile | AzureNotificationHubNamespace </br> (Azure Notification Hub Namespace) | ![AzureNotificationHubNamespace](dist/Mobile/AzureNotificationHubNamespace.png?raw=true) | ![AzureNotificationHubNamespace](dist/Mobile/AzureNotificationHubNamespace(m).png?raw=true) | Mobile/AzureNotificationHubNamespace.puml
227229
Mobile | AzureNotificationHubs </br> (Azure Notification Hubs) | ![AzureNotificationHubs](dist/Mobile/AzureNotificationHubs.png?raw=true) | ![AzureNotificationHubs](dist/Mobile/AzureNotificationHubs(m).png?raw=true) | Mobile/AzureNotificationHubs.puml

dist/.vscode/snippets/diagram.json

+32
Original file line numberDiff line numberDiff line change
@@ -2831,6 +2831,38 @@
28312831
"$0"
28322832
]
28332833
},
2834+
"AzureMobileApp": {
2835+
"prefix": "Azure Mobile App",
2836+
"description": "Add Azure Mobile App to diagram",
2837+
"body": [
2838+
"AzureMobileApp(${1:alias}, \"${2:label}\", \"${3:technology}\")",
2839+
"$0"
2840+
]
2841+
},
2842+
"AzureMobileApp_Descr": {
2843+
"prefix": "Azure Mobile App with Description",
2844+
"description": "Add Azure Mobile App with Description to diagram",
2845+
"body": [
2846+
"AzureMobileApp(${1:alias}, \"${2:label}\", \"${3:technology}\", \"${4:description}\")",
2847+
"$0"
2848+
]
2849+
},
2850+
"AzureMobileEngagement": {
2851+
"prefix": "Azure Mobile Engagement",
2852+
"description": "Add Azure Mobile Engagement to diagram",
2853+
"body": [
2854+
"AzureMobileEngagement(${1:alias}, \"${2:label}\", \"${3:technology}\")",
2855+
"$0"
2856+
]
2857+
},
2858+
"AzureMobileEngagement_Descr": {
2859+
"prefix": "Azure Mobile Engagement with Description",
2860+
"description": "Add Azure Mobile Engagement with Description to diagram",
2861+
"body": [
2862+
"AzureMobileEngagement(${1:alias}, \"${2:label}\", \"${3:technology}\", \"${4:description}\")",
2863+
"$0"
2864+
]
2865+
},
28342866
"AzureNotificationHub": {
28352867
"prefix": "Azure Notification Hub",
28362868
"description": "Add Azure Notification Hub to diagram",

dist/Mobile/AzureMobileApp(m).png

1.61 KB
Loading

dist/Mobile/AzureMobileApp(m).svg

+40
Loading

dist/Mobile/AzureMobileApp.png

1.51 KB
Loading

dist/Mobile/AzureMobileApp.puml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
sprite $AzureMobileApp [70x70/16z] {
2+
xT5LWiGW44NHv44POV_RRQsq2p8-tBy81vkkWXH6qujOIfih50fhjmg-N3dtFGhcTtsCmhzK6SfGvEEKeOGFK08BXqu5BFiO7GgYh15Q5JUysAG4bkiuL2iW
3+
kOzGfgZgyKzIUH0V5LKjL5Aw8r8kK-HIINPbMCuDoZuz6RBaPcNTrj6eLpXvTZYGtAvuwiGFKuOI7oaB5Ii1XuBSAUQVoXGlsfMI8b2dU7HM5W7g5O-Fog81
4+
7Gg2xXIBGAlYaH3GgtWVh-XtAaCnimB5pEgLeUWFKrJUPGLAGVMAxkfMTDwzvcvb_ph-1CKlNkeKjjAcgxO
5+
}
6+
7+
AzureEntityColoring(AzureMobileApp)
8+
!define AzureMobileApp(e_alias, e_label, e_techn) AzureEntity(e_alias, e_label, e_techn, AZURE_SYMBOL_COLOR, AzureMobileApp, AzureMobileApp)
9+
!define AzureMobileApp(e_alias, e_label, e_techn, e_descr) AzureEntity(e_alias, e_label, e_techn, e_descr, AZURE_SYMBOL_COLOR, AzureMobileApp, AzureMobileApp)

dist/Mobile/AzureMobileApp.svg

+40
Loading
1.48 KB
Loading
+41
Loading

dist/Mobile/AzureMobileEngagement.png

1.4 KB
Loading
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
sprite $AzureMobileEngagement [70x70/16z] {
2+
xTRN6eCW38PX_GCagTx_zRQXUvF7FRuJztkY0jLJuC9YzQF4fTKE9T8rVWcZA_UcKL3_gnybBL6Xy26lGlofi1XbLxXtPLTsnSAjo9oGwpJk1avzZDuKdOg8
3+
5Cma8ZAymZyKQTgsRM97fMajcL2XP8ME2XyiNRm2ij1H8SwXcn9ceX20gm9S500N1S3gb5sXpufCgUoAgZuhyabHLOVozBqSii8E1HHEvRresHv52mxbHwCf
4+
CZD5-5zQe1JaL-HKPqLgMwXrLknqc8UY181zIjBIggUE
5+
}
6+
7+
AzureEntityColoring(AzureMobileEngagement)
8+
!define AzureMobileEngagement(e_alias, e_label, e_techn) AzureEntity(e_alias, e_label, e_techn, AZURE_SYMBOL_COLOR, AzureMobileEngagement, AzureMobileEngagement)
9+
!define AzureMobileEngagement(e_alias, e_label, e_techn, e_descr) AzureEntity(e_alias, e_label, e_techn, e_descr, AZURE_SYMBOL_COLOR, AzureMobileEngagement, AzureMobileEngagement)

0 commit comments

Comments
 (0)