Blog | 博客

How to properly enable Multi-Factor Authentication (MFA) for Azure Active Directory consumers

Our colleague’s account was hacked last week, and hundreds of virtual machines (VMs) were created within 30 minutes. Fortunately, he had set a consumption limit, so his subscription account (Subscription) was immediately deactivated Yes, but I didn’t receive the notification that the subscription account was deactivated until late at night the next day. If there

How to properly enable Multi-Factor Authentication (MFA) for Azure Active Directory consumers Read More »

Pay attention to the startup method when installing the Azure Pipelines Agent on Windows 10

Last week, I conducted an in-house training on Azure Pipelines in a company. When I demonstrated how to set up the Pipeline Agent locally, I installed it directly on my Windows 10 laptop. Jobs are dispatched to this computer for execution. However, a weird error message appeared when running Pipeline. I finally found out the

Pay attention to the startup method when installing the Azure Pipelines Agent on Windows 10 Read More »

2022 Year-End Summary

This is the first time to write a year-end summary on a blog, which mainly focuses on the following aspects: work changes and feelings, ideas for changing cities, blog construction, technological growth, completion of this year’s plan, and rough plan for next year. This article is transferred from https://imcbc.cn/202212/2022-summary/ This site is only for collection,

2022 Year-End Summary Read More »

When you encounter Visual Studio 2022 and cannot log in to your Microsoft personal account, the solution

This problem has been bothering me for several months, and it is really annoying. Every time I start Visual Studio 2022, I will keep reminding me to log in continuously, and then the login is still unsuccessful. I have found a lot of similar problems on the Internet, but there is no one There is

When you encounter Visual Studio 2022 and cannot log in to your Microsoft personal account, the solution Read More »

Microsoft engineers look forward to Rust 2023: Rewrite compiler, solve management problems

Nick Cameron is a principal engineer responsible for Rust development at Microsoft and was previously a member of the Rust core development team. He published an article 3 months ago: “Ten Challenges Facing Rust”, saying that this is a problem that Rust should solve in 2023. Last week, he published another article: “Rust in 2023”,

Microsoft engineers look forward to Rust 2023: Rewrite compiler, solve management problems Read More »

x86, ARM to fight Tencent joined the RISC-V Foundation to fully support domestic open source CPU

RISC-V is a new CPU instruction set, and now it has grown into the third largest CPU camp after x86 and ARM. Its open and open source advantages have also been sought after by domestic manufacturers. Now Tencent has also joined the RISC-V Foundation , and is a Premier Members senior member. In this level,

x86, ARM to fight Tencent joined the RISC-V Foundation to fully support domestic open source CPU Read More »

You must understand how the built-in execution logging of Azure Functions has a cost impact

When you enable Application Insights when you create a Function App, the built-in logging mechanism (built-in logging) will be enabled by default, and the records will be stored in the Table of the Azure Storage account. We have an Azure Function (v1) application, which has been running stably for 4 years, but recently found that

You must understand how the built-in execution logging of Azure Functions has a cost impact Read More »

The method of directly passing T-SQL commands to the SQL Server Linux container through STDIN for execution

I have written two articles before, one is to use Docker to execute common tools and commands of SQL Server on Linux containers to share various common execution commands, and the other is to deeply analyze the -i and -t technologies of docker run and docker exec The details helped me better understand how Docker

The method of directly passing T-SQL commands to the SQL Server Linux container through STDIN for execution Read More »