You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,6 +104,9 @@ The following configuration example generates a random message with a custom tag
75
104
tls on
76
105
```
77
106
107
+
{% endtab %}
108
+
{% endtabs %}
109
+
78
110
After you run the configuration file, you will be able to query the data using the Azure Storage Explorer. The example generates the following content in the explorer:
@@ -85,13 +117,13 @@ After you run the configuration file, you will be able to query the data using t
85
117
86
118
1. Install Azurite using `npm`:
87
119
88
-
```bash
120
+
```shell
89
121
npm install -g azurite
90
122
```
91
123
92
124
1. Run the service:
93
125
94
-
```bash
126
+
```shell
95
127
azurite
96
128
```
97
129
@@ -108,7 +140,38 @@ After you run the configuration file, you will be able to query the data using t
108
140
109
141
[Azurite](https://github.com/Azure/Azurite) comes with a default `account_name` and `shared_key`. Instead of the defaults, be sure to use the specific values provided in the following example:
0 commit comments