page_type | languages | products | description |
---|---|---|---|
sample | csharp tsql |
azure dotnet-core graph-api azure-key-vault sql-server ocelot-api-gateway rabbitmq |
Creating a minimal API with .NET Core using Sql Server |
- You can use JSON requests with any capitalization to retrieve JSON responses using SQL Server’s built-in JSON format support, without the need for additional classes or objects.
- You can define dynamic actions and handle requests with controllers.
- You can see the Json request samples in the Swagger UI, along with the action methods in a dropdown menu.
- You can validate your Json requests with Json schemas to ensure data quality and consistency.
- You can use Ocelot API Gateway to streamline the routing and authentication of your requests.
- You can monitor the health and performance of your microservices, RabbitMQ, and SQL Servers with Health Checks service.
- You can communicate and coordinate with other microservices using RabbitMQ, which allows you to publish, subscribe, and receive events.
- You can access, analyze, and enhance data from Microsoft 365 with Graph API.
Tip
JSON Schema serves multiple purposes, one of which is validating JSON instances. These examples will help you make the most of your JSON Schemas: Miscellaneous Examples
Note
The JsonRequests, JsonSchemas, and WebApiActions action names should be excluded from the sprepo.json file. These actions are utilized to retrieve data from the SQL server and populate JSON files during the initial setup.
.NET 7.0 & .NET 8.0
Microsoft Azure Settings:
-
Web Redirect URIs:
https://localhost:44371/swagger/oauth2-redirect.html
-
API / Permissions:
- Microsoft Graph:
- Calendars.Read => Delegated
- Calendars.ReadBasic => Delegated
- Contacts.Read => Delegated
- Mail.Read => Delegated
- Mail.ReadBasic => Delegated
- Mail.ReadWrite => Delegated
- Mail.Send => Delegated
- MailboxSettings.Read => Delegated
- Tasks.Read => Delegated
- Tasks.ReadWrite => Delegated
- People.Read => Delegated
- Profile => Delegated
- User.Read => Delegated
- User.ReadAll => Delegated
- Directory Roles => RoleManagement.Read.Directory => Delegated (If you want to read directory)
- Microsoft Graph:
This project welcomes contributions and suggestions.
This GitHub repository demonstrates the utilization of SQL Server’s native JSON support: azure-sql-db-dotnet-rest-api
Thanks to my boss Dhar Patadia ([email protected]), who is very supportive and innovative, for initiating this project.