Sending telemetry messages to Azure Services
Microsoft Azure platform supports many messaging services for various purposes: SericeBus, EventHub, EventGrid, IotHub and StorageQueue. When working in IoT space, IoTHub might probably be the ...
Microsoft Azure platform supports many messaging services for various purposes: SericeBus, EventHub, EventGrid, IotHub and StorageQueue. When working in IoT space, IoTHub might probably be the ...
Very often, when working with Azure CLI, you might get an error like the following one: ERROR: The command failed with an unexpected error. Here is ...
When working with the Azure Batch Service, you usually have to deal with many parameters. These parameters will be sent to the service, which in most ...
The great about .NET 6.0 and ASP.NET 6.0 is the Cross-Platform support. Especially when working with native cloud applications and microservices, it is ...
Periodic Backup Following script can be used to provision the Mongo Database inside Azure CosmosDb with enabled geo replica: az cosmosdb create --subscription '***' --resource-group ...