-
Set Environment Variables With PowerShell
This blog post will show you how to set up persistent environment variables with PowerShell on a Windows machine.
-
Use Azure OpenAI with C# Application
In this Microsoft Azure openAI post, we will create and connect a C# .NET application to Azure AI ChatGPT.
-
Connect to Azure OpenAI Using Postman
This blog post will show how to use Postman to request the REST API to the Azure OpenAI service platform.
-
Deploy Azure OpenAI Resource With Terraform
This Azure OpenAI blog post will show how to create an OpenAI resource using Terraform.
-
Export Azure Resources to Terraform
This blog post will show how to export Azure resources into Terraform and manage them using infrastructure-as-code.
-
Use C# to Connect to OpenAI Chat GPT
In this Microsoft .NET C# and OpenAI post, we will show how to use C# to connect to the OpenAI API and generate chat completions.
-
When to Use “this” in C# .NET Code
This .NET C# blog post will explain when to use the “this” keyword in a C# application and its purpose.
-
Use Parameters With Azure Pipelines
This Azure Pipelines blog post will show how to use runtime parameters in Azure Pipelines YAML CI\CD pipelines.
-
How to Configure OpenAI Temperature Parameter
This OpenAI API GPT article will explain how to use the “temperature” parameter when working With the platform.
-
RDP to Azure AD Joined Machine from Royal TS
This blog post will show how you can use a Royal TS client to RDP to an Azure Active Directory Joined machine.
-
Microsoft Azure SQL DB SKU List for Terraform
Microsoft Azure-managed SQL Server databases come in many pricing tiers; this post will list them.
-
C# Error -‘ServiceController’ could not be found in the namespace
This blog post will show you how to fix the following .NET C# build error when trying to work with Windows Services.