by CPI Staff | Oct 14, 2024 | Azure, Blog, Postman
In this Postman and Azure REST API, I will show you how to auto-generate a bearer token for each Azure REST API request with Postman. Estimated reading time: 3 minutes Postman API client allows us to develop API requests to many cloud services using an intuitive...
by CPI Staff | Oct 11, 2024 | .NET, Azure, Blog, Entra ID
In this Azure REST API post, I will show you how to create an App Registration for Microsoft Azure SDK for .NET. Azure SDK for .NET allows us to manage Azure programmatically using .NET libraries. Using the SDK, we can create and manage any Azure resource. The Azure...
by CPI Staff | Oct 10, 2024 | .NET, Azure, Blog
In this Microsoft Azure article, we will create a storage container inside an Azure storage account using Azure SDK for .NET. Estimated reading time: 3 minutes Table of contentsCreating a Storage Container in Azure Using Azure SDK for .NETCreate Storage...
by CPI Staff | Oct 9, 2024 | Blog, Microsoft Intune
In this Microsoft Intune post, You will learn how to whitelist USB devices on Windows using Intune. With Microsoft Intune, we can block read and write access to USB ports and prevent users from using USB. The problem starts when we also want to allow some USB devices...
by CPI Staff | Oct 7, 2024 | .NET, Blog
.NET Aspire is a .NET-based stack for cloud-native application development that can be deployed to Microsoft Azure. Streamlining cloud-native development with .NET Aspire helps developers achieve efficiency and scalability. Estimated reading time: 3 minutes Table of...