by Azalio tdshpsk | Jan 26, 2025 | Cloud
Transport Layer Security (TLS) 1.0 and 1.1 are security protocols for establishing encryption channels over computer networks. Starting March 1, 2025, your resources interacting with Azure Automation using TLS 1.0/1.1 protocols won’t be able to connect to
by Azalio tdshpsk | Jan 26, 2025 | Cloud
Starting February 1, 2025, Azure Automation will discontinue execution of all runbooks that use AzureRM modules. The AzureRM PowerShell module has retired on February 29, 2024, in favour of Az PowerShell that offers more security, stability and...
by Azalio tdshpsk | Jan 26, 2025 | Cloud
Starting April 1, 2025, all jobs running on agent-based User Hybrid Runbook Worker will be stopped. Azure Automation Agent-based User Hybrid Worker (Windows & Linux) retired on August 31, 2024, and is no longer supported. It poses a potential Security...
by Azalio tdshpsk | Jan 23, 2025 | Cloud
Securing cloud applications is both easy and hard. Easy because hyperscale providers such as Microsoft Azure are focused on ensuring that tenant compute environments are locked down and isolated from each other. Hard because those same provider policies make it...
by Azalio tdshpsk | Jan 23, 2025 | Cloud
When implementing authorization in ASP.NET Core, we can adopt a declarative or an imperative approach. In a declarative authorization, you would typically use the [Authorize] attribute to restrict access to the resource. However, there are certain use cases (such as...