Explore >> Select a destination


You are here

www.andykemp.com
| | blog.superautomation.co.uk
10.4 parsecs away

Travel
| | Here are the steps I took to get the PowerShell DSC Extension for Azure Virtual Machines working using the PowerShell publishing method. In ...
| | www.cloudninja.nu
7.2 parsecs away

Travel
| | Intro In the first blog post (here), I wrote the most basic Bicep code for deploying a host pool, application groups, and a workspace. The result will be the same resources in this part, but the code will be a bit more advanced, allowing us to customize the deployment. I will keep the code simple, and the goal is to make the part we change for each deployment as simple as possible, while the Bicep modules contain the more advanced code.
| | www.azuretechlead.com
8.8 parsecs away

Travel
| | Session host update for Azure Virtual Desktop
| | csharp.christiannagel.com
43.5 parsecs away

Travel
| Authentication and authorization is a built-in feature of ASP.NET Core. Creating an application, you can select to authenticate with the Azure Active Directory or the Azure Active Directory B2C, or store user information in a local database with the Web application. This article gives you the information to use local accounts, create roles programmatically from...