In order to enforce authentication to access our backend service, we will need to make a simple configuration change to the Entry table:
- Select your TripLog App Service in the Azure portal.
- Click on Easy Tables in the MOBILE section in the left-side pane and then select the Entry table, as shown in the following screenshot:
- Click on Change Permissions.
- Change each of the table permissions to Authenticated access only. Then, click on the Save button at the top of the pane, as shown in the following screenshot:
Now, ...