In the previous article, we introduced the second best practice, Ensure that ‘Enable key rotation reminders’ is enabled for each Storage Account and Regenerate Access Keys Periodically.
In this post, I’d like to introduce the third best practice. Let’s move on!
#3 Ensure Storage for Critical Data are Encrypted with Customer Managed Keys By default, data in the storage account is encrypted using 256-bit AES encryption with Microsoft Managed Keys at rest.
In the previous article, we introduced the first best practice, Ensure that ‘Enable Infrastructure Encryption’ for Each Storage Account in Azure Storage is Set to ‘enabled’.
In this post, I’d like to introduce the second best practice. Let’s move on!
#2 Ensure that ‘Enable key rotation reminders’ is enabled for each Storage Account and Regenerate Access Keys Periodically A periodic rotation of access keys is a good idea to ensure that potentially compromised keys cannot result in a long-term exploitable credential.
Data protection is important because it helps to protect sensitive data from unauthorized access, modification, or destruction. For organizations that use cloud services for storing and processing data, it helps to ensure that data is stored securely and is available when needed.
Azure Storage Account is a service that provides secure cloud storage for data in Microsoft Azure cloud. In this series of posts, I’d like to share a few suggestions to make your Azure Storage Account more secure!
Understand what makes Unity the world's most widely used real-time 3D development platform and explore its powerful features for creating 3D and 2D games, as well as the Unity game engine and the Microsoft Game Dev, including the Microsoft Azure …
This post was first published at Medium
The topic of #cybersecurity has been hot recently, especially when it comes to databases where data is stored. This article summarizes some best practices and options related to network security setup for Azure SQL.
Now, let’s start!
First, let’s look at a common use case for Azure SQL. Suppose we have a VM on Azure, in order to be able to connect to Azure SQL Database from this VM, the Azure cloud provides 4 options for us.
#1 Azure Security Monitoring Tools Microsoft Azure provides the following monitoring tools, which can be used to observe operations and detect abnormal behavior.
Azure Security Center Strengthens the security posture of your data centers, and provides advanced threat protection across your workloads in the cloud (whether they’re in Azure or not) and on-premises. Get a unified view into the infrastructure and resources provisioned for the workload.
Azure Sentinel Use the native security information event management (SIEM) and security orchestration automated response (SOAR) solution on Azure.
I recently participated in the “MVP Challenge-Azure Data & AI Challenge” organized by Microsoft, which enables participants to learn Azure data and AI technologies and allows Microsoft MVPs from all over the world to compete together and share their learning progress.
As a developer, I'm keen to know more about this interesting platform from a developer's perspective. So the following are the information I collected and some idea I want to share with you.
This post was first published at Medium
Azure Functions is an event-driven serverless compute service available on Microsoft Azure Cloud. You can create a new Azure Functions app very easily in your IDE such as Visual Studio 2019, Visual Studio Code, Rider, etc. Cos I’m using Rider on my Mac, so I create a new Azure Functions solution and add a new function to the solution in Rider. There are a static class called AzureTipsFunction and a static method called RunAsync in our function.
Microsoft Azure Cloud platform provides multiple ways to the developers to manage the storage account on Azure. I will show these different approaches to manage your Azure storage account.