Skip to content

Commit f9d7ba9

Browse files
committed
added upgrade steps
1 parent 8a031a3 commit f9d7ba9

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

docs/send-data/collect-from-other-data-sources/azure-blob-storage/append-blob/collect-logs.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,15 @@ This assumes that your storage account access is enabled for selected networks.
201201
1. Add the outbound ip addresses (copied in step 2.iv) from both BlobTaskConsumer function under Firewall with each ip in a single row of Address range column.
202202
1. Verify by going to the subnet. You should see Subnet delegation and service endpoints as shown in the screenshot below. <br/>![azureblob-subnet](/img/send-data/azureblob-subnet.png)
203203

204+
## Upgrading Azure Functions
205+
206+
1. Go to the resource group where ARM template was deployed and go to each of the function apps.
207+
![azurefunctionapp-list](/img/send-data/azure_functionapp.png)
208+
1. Go to `Deployment -> Deployment Center` and click on `Sync`.
209+
![azurefunctionapp-sync](/img/send-data/azure_upgrade_sync.png)
210+
1. Go to `Logs` tab and check the `Status` column, it should show `Success`.
211+
![azurefunctionapp-status](/img/send-data/azure_upgrade_status.png)
212+
204213
## Azure Append Blob Limitations
205214

206215
1. By default the boundary regex used for json and log files are defined below. You can override it by updating `getBoundaryRegex` method of `AzureBlobTaskConsumer` function.

docs/send-data/collect-from-other-data-sources/azure-blob-storage/block-blob/collect-logs.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,14 @@ Assuming you have used the modified template which uses standard/premium plan fo
265265

266266
![azureblob-subnet](/img/send-data/azureblob-subnet.png)
267267

268+
## Upgrading Azure Functions
269+
270+
1. Go to the resource group where ARM template was deployed and go to each of the function apps.
271+
![azurefunctionapp-list](/img/send-data/azure_functionapp.png)
272+
1. Go to `Deployment -> Deployment Center` and click on `Sync`.
273+
![azurefunctionapp-sync](/img/send-data/azure_upgrade_sync.png)
274+
1. Go to `Logs` tab and check the `Status` column, it should show `Success`.
275+
![azurefunctionapp-status](/img/send-data/azure_upgrade_status.png)
268276

269277
## Collection testing performance numbers
270278

590 KB
Loading
244 KB
Loading
430 KB
Loading

0 commit comments

Comments
 (0)