Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/site/wwwroot/wp-content/plugins/feedwordpress/feedwordpress.php on line 2106
How to update an Azure DevOps PAT in GitHub
A while back, I blogged about using Azure DevOps to automate pushing file changes to a DR copy of our Azure Web App. One part of this setup process requires setting up a Personal Access Token in Azure DevOps so that your automated process can access Azure DevOps and write the changes to Azure DevOps. […]
The post How to update an Azure DevOps PAT in GitHub appeared first on Denny Cherry & Associates Consulting.
5 Things You Can Do To Understand and Reduce Your Azure Spend
Microsoft Azure provides a wide range of services and solutions that enable businesses to scale and innovate. However, managing costs effectively is crucial to ensure that you maximize the value of your investment. In this blog post, we will explore various strategies and best practices to save money while using Microsoft Azure. 1. Understand Your Azure […]
The post 5 Things You Can Do To Understand and Reduce Your Azure Spend appeared first on Denny Cherry & Associates Consulting.
When Blocking onmicrosoft.com Make An Exception For Microsoft
A while back, I blogged about blocking everything from onmicrosoft.com email addresses. There should be one exception to that general rule: you should make an exception for microsoft.onmicrosoft.com when you do that. The reason for this is that some official Microsoft systems, for example, the Microsoft Partner system, send emails from a microsoft.onmicrosoft.com email address […]
The post When Blocking onmicrosoft.com Make An Exception For Microsoft appeared first on Denny Cherry & Associates Consulting.
SQL Server Linked Servers Should Never Use An Account With Sysadmin Rights
When setting up linked servers, the selection of the accounts that are used for the linked server logins should have the lowest permissions needed to get what the users on the source side of the linked server need to do. Over time, this will mean changing the permissions of the linked server or even setting […]
The post SQL Server Linked Servers Should Never Use An Account With Sysadmin Rights appeared first on Denny Cherry & Associates Consulting.