diff --git a/docs/nightscout/setup_variables.md b/docs/nightscout/setup_variables.md
index 4a8314ff..b33c7334 100644
--- a/docs/nightscout/setup_variables.md
+++ b/docs/nightscout/setup_variables.md
@@ -953,34 +953,6 @@ Enabled [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) so o
-#### `dbsize` (Database Size)
-
-
-
-
-
-Show size of Nightscout Database, as a percentage of declared available space or in MiB.
-
-Many deployments of Nightscout use free tier of MongoDB Atlas on Heroku, which is limited in size to 512MiB. After some time, as volume of stored data grows, it may happen that this limit is reached and system is unable to store new data. This plugin provides pill that indicates size of Database and shows (when configured) alarms regarding reaching space limit.
-
-**IMPORTANT:** This plugin can only check how much space database already takes, *but cannot infer* max size available on server for it. To have correct alarms and realistic percentage, `DBSIZE_MAX` need to be properly set - according to your mongoDB hosting configuration.
-
-**NOTE:** This plugin rely on db.stats() for reporting *logical* size of database, which may be different than *physical* size of database on server. It may work for free tier of MongoDB on Atlas, since it calculate quota according to logical size too, but may fail for other hostings or self-hosted database with quota based on physical size.
-
-**NOTE:** MongoDB Atlas quota is for **all** databases in cluster, while each instance will get only size of **its own database only**. It is ok when you only have **one** database in cluster (most common scenario) but will not work for multiple parallel databases. In such case, spliting known quota equally beetween databases and setting `DBSIZE_MAX` to that fraction may help, but wont be precise.
-
-All sizes are expressed as integers, in *Mebibytes* `1 MiB == 1024 KiB == 1024*1024 B`
-
-Extended settings available:
-
-- `DBSIZE_MAX` (`496`) - Maximal allowed size of database on your mongoDB server, in MiB. You need to adjust that value to match your database hosting limits - default value is for standard Heroku mongoDB free tier.
-- `DBSIZE_WARN_PERCENTAGE` (`60`) - Threshold to show first warning about database size. When database reach this percentage of `DBSIZE_MAX` size - pill will show size in yellow.
-- `DBSIZE_URGENT_PERCENTAGE` (`75`) - Threshold to show urgent warning about database size. When database reach this percentage of `DBSIZE_MAX` size, it is urgent to do backup and clean up old data. At this percentage info pill turns red.
-- `DBSIZE_ENABLE_ALERTS` (`false`) - Set to `true` to enable notifications about database size.
-- `DBSIZE_IN_MIB` (`false`) - Set to `true` to display size of database in MiB-s instead of default percentage.
-
-
-
------
## Extended Settings
@@ -1043,7 +1015,7 @@ With Maker you are able to integrate with all the other [IFTTT Services](https:/
Plugins can create custom events, but all events sent to IFTTT webhooks will be prefixed with `ns-`. The core events are:
- `ns-event` - This event is sent to the maker service for all alarms and notifications. This is good catch all event for general logging.
-- `ns-allclear` - This event is sent to the maker service when an alarm has been ack'd or when the server starts up without triggering any alarms. For example, you could use this event to turn a light to green.
+- `ns-allclear` - This event is sent to the maker service when an alarm has been acknowledged or when the server starts up without triggering any alarms. For example, you could use this event to turn a light to green.
- `ns-info` - Plugins that generate notifications at the info level will cause this event to also be triggered. It will be sent in addition to `ns-event`.
- `ns-warning` - Alarms at the warning level with cause this event to also be triggered. It will be sent in addition to `ns-event`.
- `ns-urgent` - Alarms at the urgent level with cause this event to also be triggered. It will be sent in addition to `ns-event`.
diff --git a/docs/troubleshoot/atlas.md b/docs/troubleshoot/atlas.md
index a189c7a8..2b6108d9 100644
--- a/docs/troubleshoot/atlas.md
+++ b/docs/troubleshoot/atlas.md
@@ -89,7 +89,7 @@ Common reasons:
:::
:::{tab-item} Azure
-[Modify any variable](/nightscout/setup_variables) (best choice is `CUSTOM_TITLE`) to force restart
+[Restart app](/troubleshoot/azure.md#restart-app)
:::
:::{tab-item} Northflank
@@ -124,7 +124,7 @@ Common reasons:
:::
:::{tab-item} Azure
-[Modify any variable](/nightscout/setup_variables) (best choice is `CUSTOM_TITLE`) to force restart
+[Restart app](/troubleshoot/azure.md#restart-app)
:::
:::{tab-item} Northflank
@@ -180,7 +180,7 @@ If you see this message:
:::
:::{tab-item} Azure
-[Modify any variable](/nightscout/setup_variables) (best choice is `CUSTOM_TITLE`) to force restart
+[Restart app](/troubleshoot/azure.md#restart-app)
:::
:::{tab-item} Northflank
@@ -219,7 +219,7 @@ If you see this message:
:::
:::{tab-item} Azure
-[Modify any variable](/nightscout/setup_variables) (best choice is `CUSTOM_TITLE`) to force restart
+[Restart app](/troubleshoot/azure.md#restart-app)
:::
:::{tab-item} Northflank
@@ -269,7 +269,7 @@ If you see this message:
:::
:::{tab-item} Azure
-[Modify any variable](/nightscout/setup_variables) (best choice is `CUSTOM_TITLE`) to force restart
+[Restart app](/troubleshoot/azure.md#restart-app)
:::
:::{tab-item} Northflank
@@ -579,7 +579,9 @@ Free databases like M0 Sandbox provided by Atlas will only hold a limited amount
**Note:** *If you consider paying for a database upgrade, also think about a [paid hosting service](/index.md#nightscout-as-a-service).*
```{warning}
-Make sure your Nightscout site has `Database Size` enabled to monitor database capacity. Look [here](/nightscout/setup_variables.md#dbsize-database-size) for more information on this plugin.
+Make sure your Nightscout site has `Database Size` enabled to monitor database capacity.
+In order to have the database size pill, add `dbsize` in the `ENABLE` variable.
+Look [here](/nightscout/setup_variables.md#dbsize-database-size) for more information on this plugin.
```
@@ -605,7 +607,7 @@ Your database size might not decrease immediately (it might even increase tempor
:::
:::{tab-item} Azure
-[Modify any variable](/nightscout/setup_variables) (best choice is `CUSTOM_TITLE`) to force restart
+[Restart app](/troubleshoot/azure.md#restart-app)
:::
:::{tab-item} Northflank
diff --git a/docs/troubleshoot/azure.md b/docs/troubleshoot/azure.md
index fac12217..3118b0b1 100644
--- a/docs/troubleshoot/azure.md
+++ b/docs/troubleshoot/azure.md
@@ -9,12 +9,28 @@ Make sure you have an active [Basic plan subscription](https://azure.microsoft.c
+
+
+## Restart app
+
+Log in [Azure](https://portal.azure.com/#home) and select your App Service (`cgmitc` in the picture is an example, yours will have a different name).
+
+
+
+Click on Restart and confirm. Wait a few minutes until restart completes.
+
+
+
+
+
## Billing occurred
Make sure you didn't add technical support.
Check [here](https://portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview) and click the link at the top of the page: Choose the right support plan.
-You should have a Basic support plan, that is free.
\ No newline at end of file
+You should have a Basic support plan, that is free.
+
+
\ No newline at end of file
diff --git a/docs/troubleshoot/troubleshoot.md b/docs/troubleshoot/troubleshoot.md
index 39045e73..37a3acdc 100644
--- a/docs/troubleshoot/troubleshoot.md
+++ b/docs/troubleshoot/troubleshoot.md
@@ -47,7 +47,7 @@ Not knowing if it's a permanent issue, first try to restart it...
:::
:::{tab-item} Azure
-[Modify any variable](/nightscout/setup_variables) (best choice is `CUSTOM_TITLE`) to force restart
+[Restart app](/troubleshoot/azure.md#restart-app)
:::
:::{tab-item} Northflank
diff --git a/docs/vendors/azure/img/AzureT02.png b/docs/vendors/azure/img/AzureT02.png
new file mode 100644
index 00000000..060ef090
Binary files /dev/null and b/docs/vendors/azure/img/AzureT02.png differ
diff --git a/docs/vendors/azure/img/AzureT03.png b/docs/vendors/azure/img/AzureT03.png
new file mode 100644
index 00000000..1cf8a5f6
Binary files /dev/null and b/docs/vendors/azure/img/AzureT03.png differ
diff --git a/vendors - Shortcut.lnk b/vendors - Shortcut.lnk
deleted file mode 100644
index 9bf67bdc..00000000
Binary files a/vendors - Shortcut.lnk and /dev/null differ