diff --git a/README.md b/README.md index 198b8d67b..5fe079908 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Resources needed for one month of hot log storage. - For 500 data sources (1000 GB) of hot log storage you will need 32 Cores, 64 GB RAM, 1000 GB Disk Space - You may combine these tiers to allocate resources based on the number of devices and desired hot log storage retention -IMPORTANT: Going above 500 data sources/devices requires adding slave nodes for horizontal scaling. +IMPORTANT: Going above 500 data sources/devices requires adding secondary nodes for horizontal scaling. ## Installation steps The installation can be performed using an installer file or an [ISO image](https://utmstack.com/install). The instructions below are only for the installer file option; please skip them if you use the ISO image instead. diff --git a/frontend/src/app/app-module/guides/guide-azure/guide-azure.component.html b/frontend/src/app/app-module/guides/guide-azure/guide-azure.component.html index 9e057802e..9a7627a47 100644 --- a/frontend/src/app/app-module/guides/guide-azure/guide-azure.component.html +++ b/frontend/src/app/app-module/guides/guide-azure/guide-azure.component.html @@ -74,7 +74,7 @@

  • 6 - Get the "Storage Container Name" in: All services -> Storage account -> Your_Storage_Account + Get the "Storage Container Name" in: All services -> Storage accounts -> Your_Storage_Account -> Containers. It will be used to configure your tenant.

    Azure portal
  • 7 - Get the Storage Account Connection string with key to access Azure "Storage - Account". - Find the connection string here: Azure Portal -> Blob Storage account -> Access keys. It will be used to - configure your tenant. + Get the Storage Account Connection string with key to access Azure "Storage Account". + Find the connection string here: All services -> Storage accounts -> Your_Storage_Account -> Access keys. It will be used to configure your tenant.

    Azure portal
  • 8 - Configure your Azure Subscription to send log to the Event Hub. Go to Subscription and click on "Resource - providers". Search for "Event Grid", and make sure is registered in the "Resources providers". + Configure your Azure Subscription to send log to the Event Hub. Go to Subscription and click on "Resource + providers". Search for "Event Grid", and make sure is registered in the "Resources providers".

    Azure portal
  • 9 - Create a new Event by clicking in the "Events" -> "Event Subscription" + Create a new Event by clicking in the Events -> Event Subscription

    Azure portal
  • 10 - Configure the "Event Subscription" to send logs to the Event Hub created previously. + Configure the "Event Subscription" to send logs to the Event Hub created previously.

    Azure portal