Skip to content

Commit 07460e7

Browse files
authored
Updating azure guide, correcting steps 6,7 and 11 (#535)
1 parent 3359087 commit 07460e7

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

frontend/src/app/app-module/guides/guide-azure/guide-azure.component.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h4 class="card-title mb-0 text-primary">
7474
<li>
7575
<p class="step-guide">
7676
<span class="step_number">6</span>
77-
Get the <strong>"Storage Container Name"</strong> in: All services -> Storage account -> Your_Storage_Account
77+
Get the <strong>"Storage Container Name"</strong> in: All services -> Storage accounts -> Your_Storage_Account
7878
-> Containers. It will be used to configure your tenant.
7979
</p>
8080
<img alt="Azure portal" class="step-img"
@@ -84,10 +84,8 @@ <h4 class="card-title mb-0 text-primary">
8484
<li>
8585
<p class="step-guide">
8686
<span class="step_number">7</span>
87-
Get the <strong>Storage Account Connection string with key</strong> to access Azure <strong>"Storage
88-
Account"</strong>.
89-
Find the connection string here: Azure Portal -> Blob Storage account -> Access keys. It will be used to
90-
configure your tenant.
87+
Get the <strong>Storage Account Connection string with key</strong> to access Azure <strong>"Storage Account"</strong>.
88+
Find the connection string here: All services -> Storage accounts -> Your_Storage_Account -> Access keys. It will be used to configure your tenant.
9189
</p>
9290

9391
<img alt="Azure portal" class="step-img"
@@ -103,8 +101,8 @@ <h4 class="card-title mb-0 text-primary">
103101
<li>
104102
<p class="step-guide">
105103
<span class="step_number">8</span>
106-
Configure your Azure Subscription to send log to the Event Hub. Go to Subscription and click on "Resource
107-
providers". Search for "Event Grid", and make sure is registered in the "Resources providers".
104+
Configure your Azure Subscription to send log to the Event Hub. Go to Subscription and click on <strong>"Resource
105+
providers"</strong>. Search for <strong>"Event Grid"</strong>, and make sure is registered in the <strong>"Resources providers"</strong>.
108106
</p>
109107
<img alt="Azure portal" class="step-img"
110108
height="auto" src="../../../../assets/img/guides/azure/eventgrid.png"
@@ -113,7 +111,7 @@ <h4 class="card-title mb-0 text-primary">
113111
<li>
114112
<p class="step-guide">
115113
<span class="step_number">9</span>
116-
Create a new Event by clicking in the "Events" -> "Event Subscription"
114+
Create a new Event by clicking in the Events -> Event Subscription
117115
</p>
118116
<img alt="Azure portal" class="step-img"
119117
height="auto" src="../../../../assets/img/guides/azure/eventsubs.png"
@@ -122,7 +120,7 @@ <h4 class="card-title mb-0 text-primary">
122120
<li>
123121
<p class="step-guide">
124122
<span class="step_number">10</span>
125-
Configure the "Event Subscription" to send logs to the Event Hub created previously.
123+
Configure the <strong>"Event Subscription"</strong> to send logs to the Event Hub created previously.
126124
</p>
127125
<img alt="Azure portal" class="step-img"
128126
height="auto" src="../../../../assets/img/guides/azure/eventhubselection.png"
@@ -136,6 +134,7 @@ <h4 class="card-title mb-0 text-primary">
136134
</p>
137135
<ul class="mt-3 pl-3" style="list-style-type: circle !important;">
138136
<li>
137+
The input field <strong>Event Hub Shared access policies - Connection string</strong> refers to Azure's
139138
<strong>Event Hub Shared Access Policies - Connection string-primary key: </strong> <u>Value obtained in step 3</u>
140139
</li>
141140
<li>

0 commit comments

Comments
 (0)