The Will Will Web

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 »

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 »

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 »

How to use the “Print Merge” function of Office Word to send mass customized emails

If you want to send a large number of customized/personalized emails, it should be the easiest to implement through the Office series of products. You only need to have Excel + Word + Outlook. I will talk about this process in this article . … continue reading … This article is transferred from http://blog.miniasp.com/post/2022/12/18/Use-Office-Word-Mail-Merge-to-Send-Personalized-Email This …

How to use the “Print Merge” function of Office Word to send mass customized emails Read More »

Know the SNAT restrictions of Azure App Service’s external network connection

Recently, we have some connection problems on the Function App platform of Azure App Service on Linux. The main problem is not disconnection, but Timeout problems from time to time, but we will not encounter these problems when developing locally It turned out that the problem was encountered after deploying to Azure. It took me …

Know the SNAT restrictions of Azure App Service’s external network connection Read More »

How to call TortoiseGit’s Show log from WSL and copy the message when the error message window appears

Because some of my projects are developed in the WSL environment, I recently tried to call the Show log window of TortoiseGit from WSL, but I frequently encountered the problem of Failed to get UnRev file list (as shown below), the solution is actually very simple, Just execute the command in the error message, but …

How to call TortoiseGit’s Show log from WSL and copy the message when the error message window appears Read More »