Pamela Fox commited on
Commit
6d966ff
·
unverified ·
2 Parent(s): d46392f d2c9f86

Merge pull request #10 from pamelafox/secret-keyvault

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -121,6 +121,7 @@ This infrastructure uses the following mechanisms to secure the PostgreSQL datab
121
  * Admin Username: Unique string generated based on subscription ID and stored in Key Vault.
122
  * Admin Password: Randomly generated and stored in Key Vault.
123
  * PostgreSQL Version: Latest available on Azure, version 14, which includes security improvements.
 
124
 
125
  ⚠️ For even more security, consider using an Azure Virtual Network to connect the Web App to the Database.
126
  See [the Django-on-Azure project](https://github.com/tonybaloney/django-on-azure) for example infrastructure files.
 
121
  * Admin Username: Unique string generated based on subscription ID and stored in Key Vault.
122
  * Admin Password: Randomly generated and stored in Key Vault.
123
  * PostgreSQL Version: Latest available on Azure, version 14, which includes security improvements.
124
+ * Django Admin Interface: The URL (typically "/admin") is a unique string generated based on the App Service Plan ID.
125
 
126
  ⚠️ For even more security, consider using an Azure Virtual Network to connect the Web App to the Database.
127
  See [the Django-on-Azure project](https://github.com/tonybaloney/django-on-azure) for example infrastructure files.