The configuration file structure has been changed. A new UseHttps option has been added under the Server section, which is set to false by default. This is because the latest Azure SDK supports HTTP transport for local emulators, eliminating the need for a certificate.
The new version also generates a different connection string, so you will need to replace the old connection string in your client.
If you still need the HTTPS version, you must add UseHttps = true to the Server section.
Improve cli and support for HTTP transport
⚠️ BREAKING CHANGE
The configuration file structure has been changed. A new UseHttps option has been added under the Server section, which is set to false by default. This is because the latest Azure SDK supports HTTP transport for local emulators, eliminating the need for a certificate.
The new version also generates a different connection string, so you will need to replace the old connection string in your client.
If you still need the HTTPS version, you must add UseHttps = true to the Server section.