-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Friendly prompt for database creation (using admin) #597
Comments
Thanks @sgalcheung , we'd provide some instructions.. |
@sgalcheung dotnet sql-cache create "Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=MY_TOKEN_CACHE_DATABASE;Integrated Security=True;" dbo TokenCache fails when a database not found, but passes once the database exists - it just adds a specified table for cache |
I originally meant to add a prompt, create with admin privileges and that's it |
@sgalcheung |
yes
获取 Outlook<https://aka.ms/qtex0l> for iOS
章思高
…________________________________
From: Alex Remo ***@***.***>
Sent: Monday, August 29, 2022 6:51:37 PM
To: Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2 ***@***.***>
Cc: Sgal Cheung ***@***.***>; Mention ***@***.***>
Subject: Re: [Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2] Friendly prompt for database creation (using admin) (Issue #597)
@sgalcheung<https://github.com/sgalcheung>
I'm not understand, to create what with admin privileges? The database?
―
Reply to this email directly, view it on GitHub<#597 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKEYGHKWFVTGZTSAIVTTVJ3V3SI3TANCNFSM5TVQQ3JQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@sgalcheung |
This issue is for a: (mark with an
x
)The issue was found for the following scenario:
Please add an 'x' for the scenario(s) where you found an issue
Repro-ing the issue
Repro steps
When I try Create database and tables
Expected behavior
Give me some friendly prompt or Prompt to use administrator privileges in readme
Actual behavior
I got some errors, don't know what happened
Possible Solution
Finally, the command line with administrator privileges was successfully created
OS and Version?
Versions
The text was updated successfully, but these errors were encountered: