Hybrid Cloud Management
61 TopicsCustom Windows Server Standard VM on Azure: It Works, But Is It Licensing Compliant?
Hi everyone, I wanted to share a recent technical experience where I successfully created and deployed a Windows Server Standard VM on Azure using a fully custom image. I started by downloading the official Windows Server Standard Evaluation ISO. I created a Generation 2 VM in Hyper-V and completed the OS setup using the Desktop Experience edition. Once the configuration was done, I ran sysprep to generalize the image. After that, I converted the disk from VHDX to VHD in fixed format, which turned out to be a critical step because Azure does not accept dynamic disks. The resulting file was around 127 GB, so I uploaded it to a premium storage account container to ensure performance. From there, I created a Generation 2 image in Azure and deployed a new VM from it. I then activated the Standard edition with a valid product key. Everything worked smoothly, but Iโm still unsure whether this method is fully compliant with Microsoftโs licensing policies. Specifically, Iโm trying to understand if going from an Evaluation ISO to sysprep, upload, deployment, and activation in Azure is a valid and compliant scenario when not using BYOL with Software Assurance or a CSP license. Has anyone gone through this process or has any insights on the compliance aspect? Thanks in advance for any guidance or clarification.104Views1like3CommentsMine your Azure backup data, it could save you ๐ฐ๐ก
Your data has a story to tell. Mine it, decipher it, and turn it into actionable outcomes. ๐๐ Azure backups can become orphaned in several ways (I'll dive into that in a future post). But hereโs a key point: orphaned doesnโt always mean useless, hence the word โPotentialโ in the title of my Power BI report. Each workload needs to be assessed individually. If a backup is no longer needed, you might be paying for it - unnecessarily and unknowingly. ๐ต๏ธโโ๏ธ๐ธ To uncover these hidden costs, I combined data from the Azure Business Continuity Center with a PowerShell script I wrote to extract LastBackupTime and other metadata. This forms the foundation of my report, helping visualize and track backup usage over time. This approach helped me identify forgotten one-time backups, VMs deleted without stopping the backup, workloads excluded due to policy changes, and backups left behind after resource migrations. If you delete unneeded backups and have soft-delete enabled, the backup size drops to zero and Azure stops charging for it. โ ๐งน ๐ก Do your Azure backups have their own untold story to tell? ๐ธ Here's a snapshot of my report that helped me uncover these insights ๐34Views0likes0CommentsScaling Smart with Azure: Architecture That Works
Hi Tech Community! Iโm Zainab, currently based in Abu Dhabi and serving as Vice President of Finance & HR at Hoddz Trends LLC a global tech solutions company headquartered in Arkansas, USA. While I lead on strategy, people, and financials, I also roll up my sleeves when it comes to tech innovation. In this discussion, I want to explore the real-world challenges of scaling systems with Microsoft Azure. From choosing the right architecture to optimizing performance and cost, Iโll be sharing insights drawn from experience and Iโd love to hear yours too. Whether you're building from scratch, migrating legacy systems, or refining deployments, letโs talk about what actually works.48Views0likes1CommentComparision on Azure Cloud Sync and Traditional Entra connect Sync.
Introduction In the evolving landscape of identity management, organizations face a critical decision when integrating their on-premises Active Directory (AD) with Microsoft Entra ID (formerly Azure AD). Two primary tools are available for this synchronization: Traditional Entra Connect Sync (formerly Azure AD Connect) Azure Cloud Sync While both serve the same fundamental purpose, bridging on-prem AD with cloud identity, they differ significantly in architecture, capabilities, and ideal use cases. Architecture & Setup Entra Connect Sync is a heavyweight solution. It installs a full synchronization engine on a Windows Server, often backed by SQL Server. This setup gives administrators deep control over sync rules, attribute flows, and filtering. Azure Cloud Sync, on the other hand, is lightweight. It uses a cloud-managed agent installed on-premises, removing the need for SQL Server or complex infrastructure. The agent communicates with Microsoft Entra ID, and most configurations are handled in the cloud portal. For organizations with complex hybrid setups (e.g., Exchange hybrid, device management), is Cloud Sync too limited?388Views1like2Comments๐ฅ Hybrid Networking 101: Linking On-Prem to Azure ๐ฅ
Many organizations seek to extend their networks to include subnets and virtual machines (VMs) hosted on Azure. The goal is to enable seamless connectivity between on-premises computers in a data center and Azure-based virtual machines. ๐น Common Use Cases for Hybrid Networking: # Application Connectivity: You have an Azure-hosted application that needs access to your on-premises database servers. # Branch Office Integration: Your business operates retail stores worldwide and requires a single centralized service to connect all locations. # Remote Access: You need secure remote access to your Azure VMs and applications. # Data Synchronization: You want to connect on-premises servers with Azure servers for real-time synchronization and data transfer. # To address these scenarios, Azure provides four key networking solutions: โ Point-to-Site VPN (P2S) โ Site-to-Site VPN (S2S) โ ExpressRoute โ Azure Virtual WAN One essential component that supports all these solutions is Azure VPN Gateway. Let's explore its capabilities! ๐ ๐ Azure VPN Gateway ๐ # Secure Connectivity Between Azure & On-Premises by encrypting data while transferring it between Azure VNets and on-premises servers over the internet. # Multiple connections can be established using a single VPN Gateway, sharing available bandwidth across all VPN tunnels. # The gateway consists of Azure-managed VMs, automatically deployed and configured in a GatewaySubnet with a CIDR size of /27. # There are two types of gateways: ๐น VPN Gateway (for encrypted connections) ๐น ExpressRoute Gateway (for dedicated high-speed connectivity) ๐ก Gateway SKUs define performance characteristics, including: # Supported tunnel types (S2S, P2S, VNet-to-VNet) # Maximum aggregate throughput # BGP (Border Gateway Protocol) support # Scalability options (resize within the same generation and family via Azure Portal or PowerShell) ๐ VPN Gateway Types: # Route-Based VPN: Supports S2S & P2S connectionsโwidely used in hybrid networking. # Policy-Based VPN: Limited to Basic SKUs and allows only S2S connections (not ideal for Remote Access). ๐น Local Network Gateway: Represents your on-premises router or firewall, enabling Azure to recognize your internal network's public IP and subnets for connectivity via IPSec IKEv1/2. ๐น Azure Availability Zones can be leveraged for high availability and service continuity. ๐ Point-to-Site VPN (P2S) ๐ ๐น Secure access for individual users connecting remotely to Azure VNets. ๐น Supported protocols: OpenVPNยฎ (SSL/TLS-based; compatible with Windows, Mac, Linux, Android, iOS) SSTP (TLS-based; Windows-only) IKEv2 (IPsec VPN solution; Mac-supported) ๐น Authentication Methods: (1) Certificate Authentication (requires client certificates issued from a trusted root certificate). (2) Azure AD Authentication (available for OpenVPN clients). (3) Active Directory Domain Server Authentication (via RADIUS server integration). ๐ Site-to-Site VPN (S2S) ๐ ๐น Enables on-premises data centers to connect with Azure VNets via IPSec IKEv1/2. ๐น Supports VNet-to-VNet connections over Microsoft's backbone network. ๐น Compatible with hardware devices from vendors such as Cisco, Fortinet, Barracuda, Check Point. ๐น Supports software VPN devices, including Microsoft RRAS and Linux Openswan. ๐น Enables dynamic routing via BGP to propagate network changes automatically. ๐ ExpressRoute ๐ ๐น Dedicated high-speed connectivity to Microsoft Cloud (Azure, Microsoft 365). ๐น Up to 100 Gbps speeds with low latency, ideal for business-critical applications. ๐น Layer 3 connectivity, using BGP for seamless route exchange between on-premises and Azure networks. ๐ Azure Virtual WAN ๐ ๐น A scalable networking service integrating VPN, ExpressRoute, and SD-WAN solutions. ๐น Provides branch connectivity using site-to-site VPN or private ExpressRoute connections. ๐น Supports remote user VPN (P2S) for secure external access. ๐น Follows hub-and-spoke architecture, ensuring full mesh connectivity across Azure regions. If you found this valuable, consider sharing so more professionals can benefit. Let's keep the conversation growing! ๐229Views0likes0CommentsCreating Custom Entra Connect Rules for Attribute Sync from Entra ID to Active Directory
We have successfully synced our Active Directory and Entra ID Directories using Entra Connect. We must create customized sync rules to force-write user attributes from Entra ID to Active Directory. This requirement is critical for integration with our HR application, DarwinBox. Since we use Exchange Online and other Microsoft 365 products, all user attributes are already populated in Entra ID. Consequently, Entra ID must be our main directory service. Could you please provide guidance on creating these custom rules in Entra Connect? Any insights or best practices would be greatly appreciated. Thank you so much.1KViews0likes4CommentsFormer Employer Abuse
My former employer, Albert Williams, president of American Security Force Inc., keeps adding my outlook accounts, computers and mobile devices to the company's azure cloud even though I left the company more than a year ago. What can I do to remove myself from his grip? Does Microsoft have a solution against abusive employers?62Views0likes0CommentsWindows AD, Azure AD
Hello everyone I connected with Windows AD and Azure AD. When I create a Windows Account in Windows AD, it is also created in Azure AD. However, when you join a domain with Azure AD on your PC, you can register a device only with Azure AD, and you can't register a device with Windows AD. The User Account is sync, but I think the device is not syncing. I've tried various settings through search, like GPO, device options... but they're still not working. How can I sync my device? I'd like to ask for your help.389Views0likes1CommentAzure Local Administrator Assignment
Hi All, Quick question, which I may already have answered, but hoping there is an alternative. We are implementing Azure AD Joined Device Administrator. We already have a substantial amount of groups with assigned roles that we use for PIMs and would like to use these to assign them as local admins. After some testing the AD Synced accounts 9nested in these groups) do not get assigned. the only accounts that get assigned are cloud based accounts. Is there a way to assign the AD accounts as well as the successfully assigned AAD admin accounts? I'm hoping there is.966Views0likes2CommentsHybrid AD joined windows 10 computers
Hi I've already completed the the Targeted Deployment steps, setup the GPO to enable Hybrid AD joined on a group of computers. I would like to configure Hybrid AD joined-SCP config with Azure AD connect. Should I be concerned about anything? Would there be any unexpected pop-ups on windows 10 devices. My environment is 10K windows 10 machines, on-premise AD syncing to Azure.530Views0likes0Comments