Run PowerShell Script on Azure VM with ComputeManagementClient
I wanted to run a PowerShell script on a VM deployed in Azure trough the Azure Management API. Theoretically there is a method ComputeManagementClient.VirtualMachines.RunCommandAsync ...
I wanted to run a PowerShell script on a VM deployed in Azure trough the Azure Management API. Theoretically there is a method ComputeManagementClient.VirtualMachines.RunCommandAsync ...
When building docker images for Windows and Linux, which host .NET Core applications you might run into some issues, which looks like: *No executable found matching ...
You might probably know that System.Drawing, a popular API for implementation of graphic related tasks, is not a part of .NET Core. Originally, .NET Core ...
This post shows how to model Time Series data using CNTK library, and LSTM RNN in C# programming language. Originally the tutorial is written in Python so this would give .NET community more examples how to use CNTK in .NET. ...
Azure Container Instances is a service hosted in Microsoft Azure, which offers the very simple way to run a docker container. With this service you do ...