Getting Ready for Production¶
Assuming you followed all steps in the previous section, and everything is working perfect locally, it’s about time to deploy.
Below we outline all necessary steps and precautions before you do so.
Warning
The deployment environment is configured for Azure Cloud provider.
App Settings¶
If you recall from the previous section, we modified the appSettings.Development.json
file for working locally.
This time, we will have to modify in the same manner appSettings.json
for use in the deployment.
As before, proceed to insert Database connection string in the ConnectionStrings: Identity
, this time with the connection string
from the live database in Azure.