microsoft azure
6 TopicsImportant Update: Azure Automation Update Management and Log Analytics Agent Retirement
Important Update: Azure Automation Update Management and Log Analytics Agent Retirement Attention Azure users! This is a critical notice regarding the retirement of two key services: Azure Automation Update Management and the Log Analytics agent. Both will be discontinued on August 31, 2024. To ensure uninterrupted update management for your virtual machines, migrating to Azure Update Manager is essential before the retirement date. Why the Change? Microsoft is streamlining its update management offerings by focusing on Azure Update Manager, a robust solution with several advantages. These include: Simplified onboarding: Azure Update Manager leverages existing Azure features for effortless integration. Enhanced control: Granular access controls allow for precise management of update deployment. Flexible automation: Automatic patching capabilities streamline the update process. Taking Action: Migrate to Azure Update Manager To avoid disruptions after August 31st, migrating to Azure Update Manager is necessary. Microsoft provides a comprehensive guide to facilitate this transition: Move from Automation Update Management to Azure Update Manager https://learn.microsoft.com/en-us/azure/automation/update-management/overview This guide details the migration process, ensuring a smooth transfer to the new platform. Don't wait! Begin the migration process today to ensure your virtual machines receive updates seamlessly after the retirement of Azure Automation Update Management and the Log Analytics agent.712Views0likes1CommentAzure Networking Challenges: Routing Strategies, and Load Balancing for Multi-Tier IoT Application
Hey community, It's been a while since I've been working on configuration of a complex network architecture in Microsoft Azure for a multi-tier application. I've successfully set up virtual networks, subnets, and security groups, but I'm encountering challenges in establishing efficient communication between different tiers and ensuring optimal traffic flow. Specifically, I'm interested in best practices for implementing Network Security Groups (NSGs) and effective routing strategies. Additionally, insights on leveraging Azure Load Balancers to enhance the scalability and resilience of my application would be greatly appreciated. If anyone has experience with similar configurations or can offer advice on optimizing Azure networking for multi-tier applications, I'd be grateful for your expertise. Thank you!477Views0likes1CommentConfiguring Microsoft Azure Online Backup on Windows Server 2012 R2 Essentials
First published on TechNet on Jul 09, 2015 [This post comes to us courtesy of Sabir Chandwale and Sandeep Biswas from Global Business Support]Microsoft Azure Backup is a cloud-based backup solution that enables online backup and restore of important data to help protect against loss and corruption.samesite cookie update in Azure Web App
I had a working solution where I was calling the Azure web app API as per the below code. private getResult(deferred: any, url: string): any { SP.SOD.executeOrDelayUntilEventNotified(token => { this.$http.get(url, { headers: { "Authorization": `Bearer ${token}`} }) .then(result => { var data = JSON.parse(result.data["value"]); deferred.resolve(data); }, error => { deferred.reject(error); }); }, Constants.Events.BackendLogin); } Due to update in browsers for the SameSite by default cookies, my solution has stopped working. SP.SOD.executeOrDelayUntilEventNotified(token => { } This piece of code used to return the token which was being used in the headers while calling the http.get API call. Now after this same site cookie update the SP.SOD.executeOrDelayUntilEventNotified is not firing and we are not able to get the token. Do I need to change the code from my end to get the token or is there any configuration change required in the Azure web app?728Views0likes0CommentsAnnouncing the availability of enabling Windows Server 2012 R2 Essentials’ integration of Microsoft online services in environments with multiple domain controllers
First published on TechNet on Sep 18, 2014 In Windows Server Essentials 2012 R2, all of our online services integration features, including Azure Active Directory and Office 365, are supported only in environments that have a single domain controller.