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.
The worker2 template protects gRPC services, but does not show how to call Microsoft Graph or a downstream API yet.
Describe the solution you'd like
dotnet new worker2 --auth SingleOrg [--calls-graph]
dotnet new worker2 --auth SingleOrg [--called-api-url xxx --called-api-scopes yyy]
Additional context
See the WebAPI template
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
worker2
template protects gRPC services, but does not show how to call Microsoft Graph or a downstream API yet.Describe the solution you'd like
Additional context
See the WebAPI template
The text was updated successfully, but these errors were encountered: