You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By renaming the connection strings for App Configuration and App Insights, we can follow the convention of using builder.Configuration.GetConnectionString(). For example, the connection string value added by azd up would become ConnectionStrings:AzureAppConfigurationConnectionString, so it would be recognized by the GetConnectionString method once the string is added the local secrets.
The text was updated successfully, but these errors were encountered:
By renaming the connection strings for App Configuration and App Insights, we can follow the convention of using
builder.Configuration.GetConnectionString()
. For example, the connection string value added byazd up
would becomeConnectionStrings:AzureAppConfigurationConnectionString
, so it would be recognized by theGetConnectionString
method once the string is added the local secrets.The text was updated successfully, but these errors were encountered: