-
Get the passwordless Web application running in Azure
In the previous post, we created an ASP.NET web app that pulls data from Azure Cosmos DB for NoSQL without using a password. In this post, we will deploy that app to Azure App Service and continue to pull data from Azure Cosmos DB for NoSQL without a password. Note: This series is a part…
-
Create a Web application to read the data
In the previous post, we created a .NET console app to load data in Azure Cosmos DB for NoSQL. In this post, we are going to create an ASP.NET web application to display data from the database. Note: This series is a part of the Festive Tech Calendar, C# Advent Calendar, and .NET Advent Calendar.…
-
Create a .NET Console app to load the data
In the previous post, you created custom read-only and read-write RBAC roles to work with Azure Cosmos DB for NoSQL. In this post, you will create a .NET Console app to load the data in the database. Note: This series is a part of the Festive Tech Calendar, C# Advent Calendar, and .NET Advent Calendar.…
-
Work with Custom Roles for RBAC with Azure Cosmos DB for NoSQL
As part of this series for the holidays, we are going to be working with Azure Cosmos DB for NoSQL and accessing the database without requiring any passwords in our application. Note: This series is a part of the Festive Tech Calendar, C# Advent Calendar, and .NET Advent Calendar. Be sure to check them out!…
-
Creating a Holiday Creatures Catalog in Azure with Secure Credentials
Belsnickel, Krampus, the Lutins, Rudolph, the Elves, Frau Perchta, Frosty, the Yule Goat, Ded Moroz, Mari Lwyd, and more – there are many creatures lurking about in this holiday season! In this blog post series, we’ll create a catalog of holiday creatures and deploy it to Azure using secured credentials throughout the dev and production…
-
Riding the waves of .NET MAUI
I’ve been working on a project in the data realm for awhile, and my dev skills were itching to practice. While I could write yet another web app, I wanted to see what my friend Sam Basu talks about – .NET MAUI! .NET Multi-platform App UI is a cross-platform framework to create native apps with…
-
Exploring Additional Azure Cosmos DB APIs
In yesterday’s post, I included links for getting started with the SQL API. In today’s post, we’re going to look at the other APIs that you can use with Azure Cosmos DB: Cassandra API – column family API Gremlin API – graph database API Azure Cosmos DB API for MongoDB – document database API Table…
-
Azure Cosmos DB for the Relational Mind
Last year, I started talking more about my adventures in Azure Cosmos DB. For databases week, I’m going to tackle Azure Cosmos DB in 2 parts – the platform with their SQL API and the rest of the APIs. Why? I know many of my followers have come into the NoSQL realm similar to me…
-
MySQL and PostgreSQL… in Azure!
My love of data isn’t contained to just SQL Server. That was the data platform that I used heavily at work. However, I also have worked with MySQL and PostgreSQL. One of my first coding projects for an employer outside of the internship role was an inventory system for an IT department using PHP +…
-
SQL Server Offerings in Azure
A huge chunk of my career has been in the SQL Server realm – developing Crystal Reports that consume SQL Server results, learning SQL Server administration so that I could ramp up as the sole DBA, building SSIS packages for ETL, standing up SQL Server Reporting Services for another client, teaching a SQL Server Admin…