health-check + updates

Krzysiek Madejski 2019-02-04 11:34:45 +01:00
parent 95a202c7d2
commit 2bfb169829

@ -50,4 +50,17 @@ az container create \
--azure-file-volume-share-name $ACI_PERS_SHARE_NAME \
--azure-file-volume-mount-path /home/config
```
[Check here](https://docs.microsoft.com/en-us/azure/container-instances/container-instances-volume-azure-files) how to find the file share keys.
[Check here](https://docs.microsoft.com/en-us/azure/container-instances/container-instances-volume-azure-files) how to find the file share keys.
## Step 4: Check if it works
In Portal, in the menu on the left got to `Settings` -> `Containers` and click on the `Logs` tab. If everything goes well you should see following message:
```
time="2019-02-04T10:30:19Z" level=info msg="Gateway(s) started succesfully. Now relaying messages" prefix=main
```
If something is wrong, a verbal error message should guide you to solve it.
## Step 5: Update
When you change the config file you just have to restart the container for the new settings to be pulled in. If the config file is hosted on Github and mounted as mentioned above, the restart will download the current commit.