-
Hello, I want to use a singleton service inside Hubs, I couldn't inject it like this
`
public class ExampleHub : Hub
{
private readonly Myclass _myclass;
public ExampleHub(Myclass myclass)
…
-
I've been deploying my Azure cloud service with Octopus successfully for some time now but I only started experiencing an error today. I am getting the following in the task log:
```
Importing Window…
-
In my subscription I have a number of cloud services, a few of them don't have a deployment (just empty services).
If I try to collect info about the cloud service roles, even using -ErrorAction Silen…
-
Using Azure SDK 2.7, Azure PowerShell 0.9.5
Deploying a Cloud service with Diagnostic Extensions and the Upgrade switch causes a NullRefException. If we don't use Diagnostic Extensions, no NullRefs.…
-
### Cmdlet(s)
### PowerShell Version
Instructions: to get PowerShell version, type `$PSVersionTable` and look for the value associated with `PSVersion`
The version deployed on VSTS
### Modul…
-
Links.HostingSystem | Link: /redfish/v1/StorageSystems/FPGA_000 | link to: Resource | Yes | FAIL
-- | -- | -- | -- | --
ERROR - Links.HostingSystem: Linked resource reports schema version …
veedu updated
6 years ago
-
.Net core provides new functionality to allow microservices to be run through background processes/
When Clients send updates through websocket or through rest they maybe required to transmit to 100…
-
I have an issue where VM's are created, but no hostname is returned to the master.
This means no salt installation occurs and the minion has to be added manually.
When trying to delete the VM I get an…
egilh updated
6 years ago
-
Based on the version number showing in "Programs and Features" I'm running 0.9.1 of the Azure Powershell. I installed it yesterday (2015/05/13) using the Web Platform Installer.
```
$storage_name = "…
-
### Description of Issue/Question
I'm having difficulty getting basic azure connectivity and interaction with salt-cloud.
### Setup
/etc/salt/cloud.providers.d/azure.conf
```
azure:
driver: azure…