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
Is your feature request related to a problem? Please describe.
dotnet new func --auth SingleOrg [--calls-graph]
dotnet new func --auth SingleOrg [--called-api-url xxx --called-api-scopes yyy]
dotnet new func --auth IndividualB2C
Describe the solution you'd like
Have a project template for Azure functions that are protected with AAD or AAD B2C
Is your feature request related to a problem? Please describe.
dotnet new func --auth SingleOrg [--calls-graph]
dotnet new func --auth SingleOrg [--called-api-url xxx --called-api-scopes yyy]
dotnet new func --auth IndividualB2C
Describe the solution you'd like
Have a project template for Azure functions that are protected with AAD or AAD B2C
Additional context
The Azure function templates are in https://github.com/Azure/azure-functions-templates/tree/dev/Functions.Templates/ProjectTemplate/CSharp
The text was updated successfully, but these errors were encountered: