Microsoft 365 Admins: October 2025 Brings Key Retirements, Security Enhancements & Admin Controls – Here’s Your Definitive Guide

October 2025 is another loaded month for Microsoft 365 admins. From the retirement of long-standing apps like OneNote for Windows 10 and Outlook Lite to the introduction of AI-powered tools, granular Teams policies, and more secure authentication flows – this is a month to tune in and take action.

Whether you’re managing mail flow, SharePoint governance, Teams collaboration, or compliance policies, this post breaks down all the new features, enhancements, retirements, and action items in one go-to guide.


October at a Glance

CategoryCount
Retirements6
New Features10
Enhancements6
Functionality Changes5
Action Required4

Retirements: What’s Going Away

  • “Add to Existing Remediation” in Defender for Office 365
    Retires Oct 1, 2025 – Admins can no longer add messages to ongoing remediation jobs.
    Use “Create new remediation” instead.
    🔗 Ref – MC1146813
  • Web-based “Share to Teams” from Outlook
    Retires Oct 3, 2025 – The feature will prompt users to install the Teams desktop app.
    Install Teams desktop to continue using “Share to Teams.”
    🔗 Ref – MC1140180
  • Outlook Lite App
    Retires Oct 6, 2025 – No new installations allowed after this date.
    Use the full Outlook Mobile app for a richer experience.
    🔗 Ref
  • OneNote for Windows 10
    Retires Oct 14, 2025 – The app becomes read-only and unsupported.
    Switch users to the latest OneNote for Windows app.
    🔗 Ref – MC899174
  • SharePoint SendEmail API
    Retires Oct 31, 2025 – Impacts custom code and Power Automate flows.
    Use Microsoft Graph API or Outlook connectors instead.
    🔗 Ref
  • Legacy Outlook for Mac
    End of support after Oct 2025 – Legacy versions will no longer work with Microsoft 365 accounts.
    Upgrade to the latest version of Outlook for Mac.
    🔗 Ref

New Features: Worth the Hype

  • Admin Controls for Copilot Agents
    Granular sharing controls for Copilot Studio agents.
    🔗 Ref – MC1138797
  • Entra ID Free Subscription
    Automatically added to track tenant ownership.
    🔗 Ref – MC1156361
  • AI-Powered Data Security Investigations (DSI) in Purview
    Find and mitigate risks with deep content analysis and smart visualizations.
    🔗 Ref – MC1047912
  • SharePoint Assessment Dashboard
    New Content Management Assessment (CMA) for lifecycle and access governance.
    🔗 Ref – MC1148538
  • Streamlined Authenticator Experience
    No number matching on same-device; improved first run onboarding.
    🔗 Ref – MC1117816
  • Info Barriers V2 Upgrade
    Multi-segment support, flexible discoverability.
    🔗 Ref – Roadmap ID 115482
  • Just-in-Time DLP Protection in SharePoint
    Apply DLP rules only when risk occurs (e.g., external sharing).
    🔗 Ref – Roadmap ID 139457
  • Cross-Cloud Sync in Entra
    Sync users across commercial, Gov, and China clouds.
    🔗 Ref – MC1124558
  • Drag & Drop Between Outlook Accounts
    Move mail and files across mailboxes in New Outlook for Windows.
    🔗 Ref – MC1104315
  • Teams External Access by Domain + User/Group
    Granular federation controls now supported.
    🔗 Ref – MC1150123

Enhancements: Small but Strategic

  • Teams Guest Invitation Sender Address Updated
    Now sent from no-reply@teams.mail.microsoft.com.
    🔗 Ref – MC1148535
  • OCR on Windows Endpoints for Purview DLP
    DLP can now detect text in images and PDFs.
    🔗 Ref – Roadmap ID 160008
  • SMTP DANE/DNSSEC for Exchange GCC/DoD
    Improved email encryption in restricted environments.
    🔗 Ref – Roadmap ID 361914
  • Unified Licensing View in Admin Center
    Shows user and group-based assignments in one place.
    🔗 Ref – MC1160187
  • DLP Alert UX Overhaul in Purview
    More visibility, faster triage, unified views.
    🔗 Ref – MC1148526

Functionality Changes: Worth Noting

  • DLP Policy Tips & Email Notifications Can Be Set Independently
    Finally decoupled for SharePoint and OneDrive.
    🔗 Ref – Roadmap ID 396575
  • Exchange Cmdlet Database Output Format Updated
    More descriptive paths in Get-Mailbox, etc.
    🔗 Ref – MC1108848
  • Throttling on onmicrosoft.com Domains
    Outbound email limited to 100/day to encourage branded domains.
    🔗 Ref
  • Office Scripts Settings Move to Cloud Policy
    Admins must manage three specific script settings via CPS.
    🔗 Ref – MC1150681
  • Shorter Teams Meeting URLs
    Cleaner meeting links like https://teams.microsoft.com/meet/<meeting_id>?p=<HashedPasscode>
    🔗 Ref – MC772556

Action Required: Do These Before Deadlines Hit

DeadlineTask
Oct 14Migrate off Office 2016/2019 and Visio/Project legacy apps
Oct 20Update MFA policy for credential management on “My Sign-ins”
Oct 20Ensure TLS 1.3/1.2 cipher suites supported (legacy TLS deprecated)
Oct 31Prepare for Defender for Endpoint Deception retirement

🔗 Office Retirement – MC1154299
🔗 TLS Cipher Deprecation – MC1155427
🔗 MFA for Sign-ins – MC1135479
🔗 Defender Deception Retirement


Final Thoughts

October 2025 continues Microsoft’s march toward zero-trust architecture, intelligent compliance, and tighter collaboration controls. As legacy tools like OneNote for Windows 10 and Outlook Lite fade out, the spotlight is now on AI-driven governance, adaptive DLP, and personalized admin controls.

  • Start planning your transitions now.
  • Communicate changes to your org.
  • Automate where possible.
  • Don’t wait for a 2 a.m. incident to discover a policy broke silently.

Thank you for stopping by ✌️

A Cloud Architect’s Guide to Azure SQL Service Selection and Pricing

For cloud architects, designing the right database platform in Azure is never just a question of “where should SQL Server live?” The real challenge lies in matching the correct Azure SQL deployment option with workload requirements while keeping cost predictable and optimized.

Azure SQL offers multiple deployment models, pricing levers, and architectural trade-offs. This guide unpacks those details, giving architects a framework to design solutions that balance performance, availability, and cost.


Azure SQL Deployment Models: Choosing the Right Service

Azure SQL exists in three primary forms, each targeting different modernization or migration scenarios:

Azure SQL Database (Single Database or Elastic Pools)

What it is

  • Fully managed database service.
  • Ideal for new apps, SaaS solutions, or when you don’t need full SQL Server feature parity.
  • Target Workloads: Modern cloud-native apps, SaaS multi-tenant apps, microservices.
  • Service Nature: Microsoft manages patching, backups, HA, and DR.
  • Granularity: Provisioned as a single logical database or grouped into elastic pools to share resources across multiple databases.
  • Architectural Fit: Best when apps can tolerate some redesign and do not depend on server-level features (SQL Agent, cross-database queries).

Pros

  • No patching, backups, or HA configuration needed → Microsoft handles it.
  • Automatic scalability with options like serverless compute.
  • High availability built-in (99.99% SLA).
  • Geo-replication is a couple of clicks away.
  • Elastic pools save costs when workloads vary.
  • Lowest administrative overhead → focus shifts from infrastructure to schema design and performance.

Cons

  • Feature gaps vs. on-prem SQL (no SQL Agent, limited cross-database queries, no CLR).
  • Limited control (can’t access OS, registry, or certain trace flags).
  • Migration friction → legacy apps that rely on SQL Server features might break.

Azure SQL Managed Instance (MI)

What It Is

  • Target Workloads: Enterprise apps requiring high SQL Server compatibility.
  • Service Nature: Managed PaaS with near 100% SQL Server feature parity.
  • Key Features: SQL Agent, linked servers, cross-database queries, CLR, Service Broker.
  • Architectural Fit: Lift-and-shift scenarios from on-prem SQL Server without major refactoring.

Pros

  • Instance-level features supported (SQL Agent, cross-database queries, Service Broker, CLR, linked servers).
  • Easier migration → lift-and-shift many existing apps.
  • Same PaaS perks as Azure SQL Database → backups, patching, HA, geo-replication, and scaling.
  • Native VNET support → better isolation and security for enterprises.

Cons

  • Higher cost than Azure SQL Database.
  • Longer deployment times (can take hours to provision).
  • Less flexibility than SQL on VM (e.g., OS-level customization not possible).
  • Scaling isn’t instantaneous – downtime may be needed to resize.

SQL Server on Azure Virtual Machines (IaaS)

What It Is

  • Target Workloads: Legacy workloads, OS-level dependencies, or when granular control over patching/registry/config is required.
  • Service Nature: IaaS: full control of the VM OS, SQL Server, and patching.
  • Architectural Fit: Transitional strategy or last resort when dependencies block PaaS adoption.

Pros

  • Full control over SQL Server and OS (registry edits, custom trace flags, SSRS/SSIS, third-party agents).
  • Feature parity with on-prem SQL → nothing is missing.
  • Migration simplicity → true lift-and-shift; just move your VM.
  • Choice of HA/DR strategy (AlwaysOn AG, Failover Cluster, log shipping).

Cons

  • You manage everything → patching, backups, HA, DR, monitoring.
  • High operational overhead → DBAs become sysadmins again.
  • Scaling is manual and disruptive (resize VM, manage storage IOPS, etc.).
  • More expensive in the long run when you include ops and licensing overhead.

Tip: Start with a PaaS-first mindset (SQL Database or Managed Instance). Default to VMs only if blockers exist (custom extensions, OS-level agents).


Azure SQL Options: Side-by-Side Comparison

Feature / FactorAzure SQL DatabaseAzure SQL Managed InstanceSQL Server on Azure VMs
Service TypePaaS (database-level)PaaS (instance-level)IaaS (full VM + SQL Server)
Admin OverheadLowest (Microsoft handles HA, patching, backups)Low (Microsoft manages infra; you manage schema & jobs)Highest (you manage OS, SQL, HA/DR, patching, backups)
CompatibilityLimited (no SQL Agent, limited cross-DB)Near 100% with on-prem SQLFull parity (exact same as on-prem)
ScalabilityServerless, auto-scale, elastic poolsScale up/down (some downtime)Manual VM resize; downtime
HA / DRBuilt-in, automatic 99.99% SLABuilt-in, automatic 99.99% SLAYou design and manage AlwaysOn, Failover Clusters, etc.
NetworkingPublic endpoint or Private LinkNative VNET integrationFull VNET and OS-level networking
Best ForModern apps, SaaS, dev/test, greenfield workloadsMigrating existing apps needing SQL Agent / cross-DB queriesLegacy apps, full OS control, custom SQL features
CostLowest overallModerate (higher than SQL DB)Highest (infra + admin + licensing)

Deployment Methods, Service Tiers, and Compute Tiers

One reason Azure SQL pricing can feel complex is the number of layers that influence cost. Your bill depends not only on the pricing model (DTU or vCore) but also on the deployment method, service tier, and compute tier you choose.

Deployment Methods

Azure SQL supports three deployment approaches:

  • Single Database – A dedicated database with isolated resources. Best for applications requiring their own database or where workloads are independent.
  • Elastic Pool – A group of databases sharing a common resource pool. Ideal when you have multiple small databases with varying usage patterns.

Service Tiers

Service tiers define performance, availability, and resilience:

  • General Purpose (Standard) – Balanced performance and cost. Uses remote storage and is sufficient for most production workloads.
  • Business Critical (Premium) – Built on SSD-based local storage with low latency and higher resilience (Always On availability groups). Best for mission-critical OLTP workloads.
  • Hyperscale – A distributed architecture scaling up to 100 TB. Ideal for massive OLTP or hybrid transactional/analytical systems. Offers fast scaling, rapid backups, and read-scale out replicas.

Compute Tiers

Compute is billed in one of two ways:

  • Provisioned Compute – Fixed number of vCores allocated and always running. Best for steady, predictable workloads that require consistent performance.
  • Serverless Compute – Automatically scales with demand and can auto-pause during idle times. Billed per second of usage, making it excellent for dev/test or production workloads with unpredictable demand.

Provisioned vs. Serverless Compute Tiers

Within the General Purpose and Hyperscale service tiers of Azure SQL Database, you have two choices for compute: Provisioned or Serverless. Each model is designed for different workload patterns.

Provisioned Compute

  • How it works: You pre-allocate a fixed number of vCores that are always running.
  • Best for: Predictable, steady workloads with consistent CPU demand (e.g., production OLTP systems).
  • Pricing: You pay for the compute at the provisioned rate, regardless of whether the database is actively used.
  • Advantages:
    • Predictable performance.
    • Easier to estimate monthly costs.
    • Ideal for 24×7 production workloads.

Serverless Compute

  • How it works: Compute scales automatically based on workload demand, measured in vCores per second. The database can auto-pause during idle times and resume on activity.
  • Best for: Bursty, intermittent, or unpredictable workloads (e.g., development/test databases, SaaS apps with variable usage).
  • Pricing:
    • Billed by the second for actual vCore usage.
    • You also pay for storage and backup regardless of activity.
  • Advantages:
    • Significant cost savings for infrequently used databases.
    • Auto-pause eliminates unnecessary compute costs.
    • Ideal for dev/test or seasonal apps.
  • Considerations:
    • Cold-start latency when resuming from auto-pause.
    • Less predictable monthly cost if workload patterns fluctuate heavily.

Architectural Guidance

  • Use Provisioned when your database is part of a business-critical production system that needs consistent throughput.
  • Use Serverless for non-production or spiky workloads where compute demand is irregular, and cost efficiency outweighs absolute performance consistency.
  • Both tiers are available in General Purpose (balanced performance) and Hyperscale (for very large databases with auto-scale capability).

Tip: Think of these decisions as layers. Choose the deployment method (Single, Elastic Pool, Managed Instance), the service tier (General Purpose, Business Critical, Hyperscale), and then the compute tier (Provisioned or Serverless). Together, these define your performance profile and cost structure.


Pricing Models in Depth

Azure SQL has two distinct billing approaches:

DTU-Based Model (Simplified)

  • Bundles compute + storage + I/O into Database Transaction Units.
  • Pros: Easy to size small workloads, predictable flat pricing.
  • Cons: Limited transparency and flexibility; not ideal for scaling or enterprise workloads.

vCore-Based Model (Flexibility and Transparency)

  • Separates compute, memory, and storage, priced per virtual core.
  • Licensing Advantage: Supports Azure Hybrid Benefit, allowing reuse of existing SQL Server licenses with Software Assurance.
  • Performance Tiers:
    • General Purpose – Balanced, built on remote storage.
    • Business Critical – Premium SSD, low latency, built-in HA.
    • Hyperscale – Cloud-native architecture with distributed log and page servers; supports up to 100 TB.

Another key difference: in the vCore model, costs are itemized. You pay separately for compute, storage, I/O, and backup retention. This provides transparency and control but also requires more planning.

One of the most valuable features for enterprises is the ability to apply the Azure Hybrid Benefit. If you already own SQL Server licenses with Software Assurance, you can bring them to Azure and save 25–30% on vCore costs. It’s a cloud equivalent of “bring your own license,” similar to how you can bring Windows Server licenses to Azure VMs.

In short: vCores deliver granularity and cost optimization opportunities, making them the preferred model for complex or enterprise workloads that demand control and transparency.

It’s important to note that vCores are not a direct replacement for DTUs. Instead, the vCore model represents the next level of Azure SQL Database, designed for more complex scenarios where organizations require greater control over the allocation of CPU, memory, and storage resources.

Tip: For enterprise-grade deployments, vCore is the default choice. It aligns with on-prem licensing models, offers reserved capacity discounts, and provides transparency into resource allocation.


Azure SQL Deployment Options: Architecture & Pricing Comparison

ServiceService TypeBest-Fit WorkloadsPricing Model(s)Performance TiersKey StrengthsKey Considerations
Azure SQL Database (Single DB / Elastic Pool)PaaSCloud-native apps, SaaS multi-tenant DBs, microservicesDTU (legacy) or vCoreGP, BC, Hyperscale, ServerlessFully managed; auto-scale; elastic pools for cost efficiencyLimited SQL Server feature set (no SQL Agent, limited cross-DB features)
Azure SQL Managed Instance (MI)PaaS (near-full SQL Server compatibility)Lift-and-shift enterprise apps, monolithic DBs needing SQL Agent/cross-DB joinsvCore onlyGP, BC, Hyperscale (preview in some regions)High compatibility; automatic patching/HA; Hybrid Benefit supportHigher base cost vs SQL DB; some network isolation/latency considerations
SQL Server on Azure Virtual Machines (IaaS)IaaSLegacy workloads with OS-level dependencies, apps requiring custom agents or specific SQL configsPay-as-you-go or Reserved VM pricing + SQL License (License Included or Hybrid Benefit)Depends on VM size and storageFull control (OS, registry, SQL versioning); easy migration pathFull responsibility for patching, backups, HA/DR; more ops overhead
Azure SQL Hyperscale (subset of SQL DB/MI)PaaS (distributed architecture)Large OLTP or analytical workloads >1TB scaling up to 100TBvCoreHyperscale onlyCloud-native architecture; instant scale-out read replicas; rapid auto-growHigher cost if workload doesn’t need hyperscale; feature differences vs BC

Cost Components and Architectural Impact

When planning an Azure SQL deployment, architects must account for multiple pricing levers:

  1. Compute – Scales by vCores; reserved capacity can cut cost by up to 33%.
  2. Storage – Performance tier matters (standard vs premium SSDs, hyperscale distributed).
  3. Backup Storage – 7–35 days included; Long Term Retention adds Blob storage charges.
  4. Licensing – Hybrid Benefit reduces compute costs by up to 55%.
  5. HA/DR – Geo-replication and zone redundancy add cost but may be non-negotiable for SLAs.

Service Selection Framework for Architects

When designing, use these guiding questions:

  • Is workload cloud-native and isolated per app? → Azure SQL Database (single/elastic pool).
  • Is workload monolithic or requires server-level features? → Managed Instance.
  • Is workload highly legacy-dependent with OS-level needs? → SQL on VM.
  • Does workload require >100 TB? → Hyperscale.
  • Do SLAs demand low latency and multiple replicas? → Business Critical tier.
  • Is budget licensing-sensitive? → Leverage Hybrid Benefit and reserved capacity.

Cost Optimization Strategies for Architects

Designing for performance is only half the story, true architectural success in Azure SQL also requires cost optimization. Here are the most impactful strategies cloud architects should apply:

  • Leverage Azure Hybrid Benefit for Licensing Savings
    If you own on-premises SQL Server licenses with Software Assurance, apply Azure Hybrid Benefit to reduce vCore costs. This is particularly valuable for production workloads running in provisioned compute tiers, where dedicated resources are always billed.
  • Right-Size Workloads with Telemetry
    Continuously monitor performance using Azure Monitor, Query Performance Insight, and Advisor recommendations. These tools help you identify underutilized resources, high-cost queries, or inefficient scaling patterns so you can adjust compute, storage, or tier accordingly.
  • Choose the Correct Service Tier for the Workload
    Don’t overprovision. Use General Purpose/Standard for most workloads, and only choose Business Critical/Premium or Hyperscale when latency, throughput, or database size requirements justify the added cost.
  • Use Serverless Compute for Variable or Intermittent Demand
    In General Purpose and Hyperscale tiers, serverless compute automatically scales based on demand and can auto-pause when idle. This ensures you only pay for compute when it’s used, making it ideal for dev/test, SaaS with unpredictable workloads, or seasonal applications.
  • Consolidate Databases with Elastic Pools or Multi-Tenant Models
    Running many small, underutilized databases separately increases both compute and administrative overhead. Elastic pools allow databases with varying usage patterns to share a common pool of resources, improving efficiency and lowering costs.
  • Commit to Reserved Capacity for Predictable Workloads
    If you know your workload will run continuously, commit to 1- or 3-year reserved capacity. This can reduce compute costs by up to 30–33% compared to pay-as-you-go.
  • Optimize Backup and Retention Policies
    Automated backups are included, but long-term retention adds extra cost. Define retention policies that match business and compliance needs, and periodically prune old backups to avoid unnecessary storage charges.
  • Plan Geo-DR Strategically
    High availability and geo-replication provide resilience but come at a cost since each replica incurs additional compute. Evaluate whether geo-replicas are required for all workloads, or if backup-based disaster recovery is sufficient for less critical databases.
  • Leverage Dev/Test Pricing for Non-Production
    For development and testing environments, use discounted Dev/Test subscriptions to save significantly on licensing and compute.

Closing Thoughts

For cloud architects, Azure SQL pricing is an architectural decision as much as it is a financial one. Choosing between Database, Managed Instance, or VM-based SQL requires evaluating workload architecture, licensing posture, SLAs, and growth trajectory.

The good news: Microsoft has matured Azure SQL into a flexible platform. With the right design approach, PaaS-first mindset, workload alignment, and proactive cost governance, architects can deliver resilient, performant, and cost-effective SQL services that scale with the business.

Key takeaway: Don’t default to “lift and shift”. Evaluate features, tiers, and pricing levers deliberately. Cost optimization starts at design.

Thank you for stopping by. ✌️

Understanding Azure’s Special IP Address — 168.63.129.16

In the depths of Azure’s networking fabric exists an unchanging, quietly critical IP address: 168.63.129.16. Though rarely seen in dashboards or diagrams, this address is fundamental to nearly every virtual machine and service deployed in Microsoft Azure. It’s the hidden backbone that connects your workloads to essential Azure platform services, from DNS and DHCP to load balancer health probes and guest agent communication.

This post demystifies 168.63.129.16, explaining its purpose, behavior, use cases, and best practices for architects and developers designing around it.

What Is 168.63.129.16?

168.63.129.16 is a special, reserved virtual public IP address owned by Microsoft and used across all Azure regions and national clouds. It acts as a gateway between Azure virtual machines and the Azure platform, enabling key infrastructure services that keep virtual networks and workloads functioning properly.

Because every customer defines their own private address space in Azure, this IP provides a consistent, platform-controlled endpoint for all system-level communication. It’s not tied to any specific tenant, subscription, or region, it’s a global constant within Azure’s control plane.


Core Functions of 168.63.129.16

The 168.63.129.16 address serves multiple roles simultaneously within Azure’s virtual network infrastructure. Let’s break down its major functions.


1. Azure DHCP and DNS Services

This IP facilitates:

  • DHCP leases – It allows VMs to obtain dynamic IP addresses within Azure virtual networks.
  • DNS resolution – It acts as a DNS virtual server, offering name resolution for VMs that do not use a custom DNS server. Azure filters DNS results so that only internal hostnames within your resources are resolved, maintaining network isolation.

💡 Tip: If you prefer to use a custom DNS solution, you can block outbound traffic to this IP on ports 53 (UDP/TCP) or create an outbound NSG rule using the AzurePlatformDNS service tag.


2. Azure Load Balancer Health Probes

The Azure Load Balancer uses 168.63.129.16 to perform health probe checks on backend pool members. These probes determine whether an instance is healthy and eligible to receive traffic.

By default, NSGs include a rule that allows this communication via the AzureLoadBalancer service tag. Blocking this traffic can cause probe failures and remove VMs from load balancer rotation.


3. Azure VM Agent and WireServer Communication

168.63.129.16 also represents the WireServer, a core Azure component that handles communication between the VM Agent and the Azure platform.

Through this channel, the VM Agent:

  • Signals the VM’s “Ready” state to the Azure Fabric Controller.
  • Manages VM extensions (installation, updates, and removal).
  • Sends health and telemetry data.
  • Exchanges guest heartbeat messages for PaaS roles.

Required Ports

  • 80/TCP – Primary communication for WireServer and metadata queries.
  • 32526/TCP – Used for VM Agent heartbeat and internal signaling.

This communication is not subject to NSGs or user-defined routes, ensuring that Azure management traffic always succeeds. However, these ports must be open locally on the VM for proper function.


4. Instance Metadata Service (IMDS)

The same address also routes requests to the Azure Instance Metadata Service (IMDS) – an API endpoint that provides runtime details about the VM such as SKU, region, networking configuration, and tags.

Example – PowerShell:

Invoke-RestMethod -Headers @{"Metadata"="true"} -Method GET `
-Uri "http://168.63.129.16/metadata/instance?api-version=2021-02-01" | ConvertTo-Json -Depth 64

Example – Linux:

curl -s -H "Metadata:true" --noproxy "*" \
"http://168.63.129.16/metadata/instance?api-version=2021-02-01" | jq

IMDS is used by automation scripts, configuration management tools, and extensions to dynamically adjust VM configurations or retrieve identity tokens.


Security Model and Accessibility

Despite being a public IP, 168.63.129.16 is not routable from the internet.
Only Azure’s internal platform infrastructure can originate traffic from this address.

It behaves as a virtual IP of the host node, meaning it:

  • Cannot be directly accessed externally.
  • Bypasses user-defined routes.
  • Is safe to allow within local firewalls.

Blocking this IP on your VM firewall can cause:

  • Load balancer health probe failures.
  • DNS or DHCP issues.
  • Broken VM Agent or extension installations.
  • Incorrect guest health reporting.

Best Practice: Always allow outbound communication from VMs to 168.63.129.16 on ports 80/TCP, 32526/TCP, and optionally 53/TCP/UDP if using Azure-provided DNS.


Common Misconceptions

MisconceptionReality
“It’s a public IP, so it’s unsafe.”It’s public in scope but only Azure can source traffic from it, not the internet.
“I can change or override it.”The IP is fixed and managed by Azure, not customizable or replaceable.
“NSGs or UDRs can block it.”Not true. Communication to this IP bypasses NSGs and UDRs at the platform level.
“It’s region-specific.”It’s identical in all Azure regions, providing a universal endpoint for platform communication.

Design & Troubleshooting Tips for Architects

  1. Always Whitelist 168.63.129.16 in VM Firewalls
    Outbound traffic must be allowed to ensure Azure services like IMDS and Load Balancer probes function correctly.
  2. Avoid Using It in Custom Network Routing
    Because it’s a host virtual IP, it doesn’t adhere to user-defined routes. Don’t attempt to NAT, proxy, or filter this address in network appliances.
  3. Validate Connectivity for Diagnostics Test-NetConnection -ComputerName 168.63.129.16 -Port 80 Test-NetConnection -ComputerName 168.63.129.16 -Port 32526 Successful responses confirm VM-Agent connectivity.
  4. Be Aware of DNS Dependencies
    If using a custom DNS solution, ensure Azure-provided DNS via 168.63.129.16 is properly disabled or redirected.
  5. Monitor Extension Failures
    Many extension or guest agent issues trace back to blocked communication with this IP. Always verify connectivity before deeper troubleshooting.

Why This IP Is Special

The beauty of 168.63.129.16 lies in its consistency, isolation, and necessity.
It’s not just an address, it’s the nerve link between every Azure VM and the underlying platform services that keep Azure stable, secure, and self-healing.

From DHCP leases and DNS queries to health checks and metadata services, this single IP silently powers the operations that ensure Azure workloads function predictably and securely.


Next Steps Checklist

  • Allow outbound access to 168.63.129.16:80, 32526, and 53 if using Azure DNS.
  • Verify VM Agent health via Test-NetConnection or traceroute.
  • Don’t modify or route traffic through this IP – treat it as a platform constant.
  • Use AzurePlatformDNS or AzureLoadBalancer service tags when refining NSG rules.
  • Educate your security and network teams – blocking this IP breaks essential Azure operations.

Final Thoughts

The 168.63.129.16 address is one of those invisible Azure building blocks that most engineers never think about until something breaks.

Understanding how this IP works helps you architect resilient, compliant, and secure solutions in Azure. Think of it as Azure’s heartbeat: quiet, constant, and indispensable.

Thank you for stopping by. ✌️

Microsoft 365 Admins: September 2025 Retirements, Security Shifts, and Copilot Usage Insights – Here’s Your Definitive Guide

September 2025 is shaping up to be one of the most impactful months for Microsoft 365 admins this year. From long-awaited retirements (farewell, Classic eDiscovery and Azure AD Graph API) to robust new features (Progressive Alert Scoring, SharePoint smart tagging, and Copilot usage metering), this month is packed with changes that demand action and attention.

Whether you’re in charge of compliance, identity, collaboration, or cloud security, this comprehensive guide gives you what you need to stay one step ahead.

September at a Glance

CategoryCount
🔻 Retirements9
🆕 New Features13
🔧 Enhancements10
🔄 Changes in Functionality4
⚠️ Action Required6

Retirements: Legacy Features You Can Let Go

1. Classic Message Trace (Exchange Online)

Sep 1, 2025 – Legacy UI and cmdlets (Get-MessageTrace, Get-MessageTraceDetail) retired.
Do this: Update to Get-MessageTraceV2 and use the modern EAC interface.
🔗 Ref

2. Client Access Rules (Exchange Online)

Sep 1, 2025 – Deprecated in favor of Conditional Access with Continuous Access Evaluation.
Do this: Migrate access controls to Entra Conditional Access.
🔗 Ref

3. Classic eDiscovery (Premium)

Sep 1, 2025 – Fully removed from Purview.
Do this: Move to Unified eDiscovery for better search and case handling.
🔗 Ref

4. Mobile Devices Page in Outlook Web

Sep 9, 2025 – Removed from OWA and New Outlook.
Do this: Use the My Account portal or native device management tools.
🔗 Ref

5. Cognitive Services & Azure ML in Power BI

Sep 15, 2025 – AI features being pulled in favor of Microsoft Fabric AutoML.
Do this: Transition to Microsoft Fabric for ML workloads.
🔗 Ref

6. Microsoft To Do Ends Support for iOS 16/macOS 12

Mid-Sep 2025 – No updates for outdated devices.
Do this: Update org device baselines to iOS 17 / macOS 13+.
🔗 Ref

7. Defender for Cloud Apps: Sub-Domains Visibility

Sep 22, 2025 – Low-use feature retired.
🔗 Ref

8. Legacy MFA & SSPR Method Management

Sep 30, 2025 – Management of authentication methods moves to the unified policy.
Do this: Transition to converged authentication methods now.
🔗 Ref

9. Azure AD Graph API

Early Sep 2025 – All apps must migrate to Microsoft Graph.
Do this: Use Entra admin center’s Recommendations tab to identify affected apps.
🔗 Ref


New Features: Worth the Hype

1. Progressive Alert Scoring in Insider Risk Management
Assess user activity multiple times per day instead of once every 24 hours. Get near real-time insights into risky behavior.
🔗 Ref

2. High Volume Exchange Email (HVE)
Send large volumes of internal mail for LOB applications and SMTP use cases—beyond standard Exchange Online limits.
🔗 Ref

3. Information Barriers in Microsoft Planner
Prevents users from discovering non-segmented users while sharing Planner plans via web and Teams.
🔗 Ref

4. Silent Test Calls in Teams
Simulate Teams call quality for network diagnostics—now available for Windows and Mac (Teams Premium required).
🔗 Ref

5. Rule-Based App Management in Teams
Set app permissions and availability based on scopes and publisher trust—control Microsoft 365 certified apps centrally.
🔗 Ref

6. New Secure Score Recommendations
Enhance security posture with new recommendations:
• Remove inactive service accounts
• Remove passwords from AD attributes
🔗 Ref

7. Teams + Defender for Office 365 Integration
Manage allow/block lists for external domains using the Tenant Allow/Block List (TABL) in Microsoft Defender.
🔗 Ref

8. New SharePoint Workflows
Power Automate-based automation embedded in SharePoint with natural language, Madlib-style editor, and better UI.
🔗 Ref

9. Retention Based on Last Accessed
Configure Purview retention policies for OneDrive and SharePoint based on when files were last accessed.
🔗 Ref

10. Priority Cleanup in Data Lifecycle Management
Allows deletion of SharePoint/OneDrive items before retention expires. Includes dual admin approval, simulation mode, and logs.
🔗 Ref

11. Copilot Usage Report
Monitor and manage costs from Copilot Chat with detailed reporting on metered message usage by user, agent, and policy.
🔗 Ref

12. Smart Tags for eSigned Docs in SharePoint
Automatically tag signed documents and add metadata columns for signature status and provider.
🔗 Ref

13. Teams Private Channel Expansion
Big lift for Teams limits:
• 1000 private channels per team
• 5000 members per private channel
• Meeting scheduling and DLP support
🔗 Ref


Enhancements: Small but Mighty

  • Auto Work Location Detection in Teams – Based on Wi-Fi or peripherals.
  • Updated SharePoint Page Analytics – Up to 365-day view history, reactions, shares, and Excel exports.
  • Purview Diagnostics Access – Now available to more admin roles.
  • Outlook Mail Merge (Advanced) – Dynamic fields and personalizations now in web and Windows clients.
  • Authenticator Improvements – No more number matching for same-device logins, cleaner FRX setup.
  • SharePoint Smart Tagging – Auto-adds metadata for eSigned documents.
  • Teams Join URL Validation – Ensure rewritten links don’t break meeting joins.
  • License Assignment Path in Admin Center – Easily view direct vs group-based license sources.
  • Streamlined Purview DLP Alert Settings – Sync alert states between portal and PowerShell.
  • Teams Auth Module Updates – New app permissions required: GroupMember.Read.All, RoleManagement.Read.Directory.

Functionality Changes: Take Note

  • Access Review History Limited to 12 Months
    Export old data now using Microsoft Graph or Azure Data Explorer.
    🔗 Ref
  • Defender for Identity Alert Migration to XDR
    Update alert workflows and exclusions for XDR platform.
    🔗 Ref
  • OneDrive: Unlicensed Accounts Enter Read-Only Mode
    Deadline: July 28 → Enforcement: Sep 26, 2025
    🔗 Ref
  • DLP Rule Visibility Fix in Portal
    Now reflects accurate status if disabled via PowerShell.
    🔗 Ref

Action Items: Handle These Before the Alarm Bells Ring

DeadlineTask
Sep 1, 2025Migrate to new Message Trace, Unified eDiscovery, Conditional Access
Sep 2, 2025Create Azure DevOps–specific Conditional Access policy
Sep 14, 2025Update Teams PowerShell app permissions
Sep 15, 2025MFA required for credential management in Entra
Sep 30, 2025Converge legacy MFA and SSPR policies
OngoingMigrate apps from Azure AD Graph to Microsoft Graph

Final Thoughts

September 2025 is a turning point month for Microsoft 365 environments. Between the retirement of major legacy features and a flood of next-gen tools and AI insights, it’s clear that Microsoft is pushing the ecosystem toward tighter security, smarter automation, and more control for admins.

  • Bookmark this guide.
  • Review your tenant configurations.
  • Communicate changes to your teams.
  • Knock out required actions before deadlines bite.

Because in enterprise IT, proactive beats reactive every time.

Thank you for stopping by. ✌️

Azure Cost Optimization Deep Dive: Real-World Techniques for Smarter Cloud Spend

If you’ve ever opened your Azure bill and felt a mild heart attack coming on, you’re not alone. Cloud costs can balloon faster than a DevOps sprint backlog. The good news? Azure gives you powerful tools and strategies to rein things in, if you know where to look.

Whether you’re an Azure Administrator, DevOps engineer, or cloud architect, these cost optimization techniques will help you stop wasting money, tighten governance, and keep finance from showing up at your desk with “just a few questions.”


Why Azure Cost Optimization Matters

Let’s start with the “why.” Azure’s pay-as-you-go model is both a blessing and a curse. It offers flexibility and also a thousand ways to quietly overspend.

  • Financial Efficiency: Every unused VM, oversized disk, or forgotten test environment translates directly into wasted budget.
  • Resource Utilization: Azure has “infinite” resources, but your credit card doesn’t. Tracking usage ensures you’re not paying for compute that’s just sitting idle.
  • Governance and Compliance: Cost policies keep your organization’s cloud usage within approved standards and help you survive the next audit with dignity intact.

1. Pick the Right Pricing Model — Because Pay-As-You-Go Isn’t Always a Bargain

Pay-As-You-Go is great for experimentation but expensive for production workloads. Instead, explore these options:

  • Azure Reservations: Commit for one or three years and save up to 72%. Perfect for steady-state workloads like SQL databases or domain controllers that never sleep.
  • Spot VMs: Grab unused capacity at up to 90% off, but beware Azure can pull the plug at any time. Ideal for batch jobs, rendering, or other “it’s okay if it fails” tasks.
  • Azure Hybrid Benefit: Bring your existing Windows Server and SQL Server licenses and save up to 55%. It’s like reusing your own coffee mug at Starbucks, you still get your caffeine fix, but for less money (and a little eco-friendly credit, too).
  • Savings Plans for Compute: Commit to a steady hourly rate for one or three years for discounts up to 65%, across multiple VM types and regions.

2. Right-Size Everything — Stop Paying for VMs That Could Bench-Press a Truck

Over-provisioning is one of the most common (and costly) cloud sins. Many admins choose high-spec VMs “just in case” and forget to dial them back.

  • Use Azure Advisor to identify underutilized resources.
  • Scale down or switch to lower-tier VM series based on actual metrics.
  • If performance metrics look good after a week, congratulations! you just trimmed your Azure fat.

3. Shut Down or Delete Unused Resources — Not Everything Needs to Stay Running

Old dev environments, orphaned disks, unused storage accounts — they all add up.
Use Azure Cost Management + Billing or Azure Resource Graph to spot these zombie resources and reclaim your budget.

Pro tip: Implement auto-shutdown schedules for non-production VMs. Think of it as “turning off the lights when you leave the room,” but for your cloud.


4. Automate VM Autoscaling — Match Power to Demand

Azure’s autoscaling feature dynamically adjusts your VM count based on load. It’s the cloud equivalent of cruise control — smooth, efficient, and fuel-saving.

  • Scale up during business hours or traffic spikes.
  • Scale down when things quiet down.
  • Combine with Azure Monitor metrics like CPU or memory utilization for precision scaling.

Result: consistent performance, lower bills, and fewer weekend alerts.


5. Tag and Organize Like a Pro — Because “ResourceGroup1” Isn’t Helpful

Tags are your best friend for financial visibility. Use key-value pairs like:

  • Environment: Production
  • Department: Finance
  • Project: ERPModernization

This allows you to allocate costs accurately, automate governance policies, and keep finance from sending cryptic “Who owns this resource?” emails.

Pair this with Azure Policy to enforce tagging standards and prevent untracked sprawl.


6. Use Storage Tiers Wisely — Don’t Store Cold Data in a Hot Tier

Azure Storage offers three main tiers:

  • Hot: For data you need constantly.
  • Cool: For infrequently accessed data.
  • Archive: For long-term retention, super cheap but takes time to retrieve.

Use Azure Blob lifecycle management to automatically move data to cheaper tiers as it ages. Because paying hot-tier prices for archived logs is like buying concert tickets for a show that ended last year.


7. Leverage Azure Dev/Test Pricing — Save Up to 65% on Non-Production Environments

If you’re a Visual Studio subscriber, you get discounted rates for dev/test workloads.
Apply this to VMs, App Service, SQL Database, and even AKS. It’s one of the easiest wins in Azure cost optimization and yet many teams forget to enable it.


8. Monitor Continuously — Don’t Wait for the Bill Shock

Set up Azure Budgets and Alerts to keep tabs on spending. You can:

  • Define thresholds by subscription or resource group.
  • Get notified when spending approaches budget limits.
  • Automate remediation (like shutting down specific VMs) using Azure Logic Apps.

Continuous monitoring is the difference between proactive management and reactive damage control and your CFO will thank you for it.


9. Combine and Conquer — Hybrid Benefit + Reservations = Massive Savings

By stacking Azure Hybrid Benefit with Reservations, you can achieve up to 80% cost reduction compared to pay-as-you-go.
This combo works wonders for long-running workloads like databases or virtual desktops. Just make sure your licensing and terms align before flipping the switch.


10. Regional Pricing Differences — The “Hidden” Discount

Azure pricing isn’t uniform across regions. Running a workload in East US 2 might be 20–25% cheaper than East US.
If compliance allows, choose the cheaper region but always check latency and data residency requirements first.


11. Automate Cost Governance — Let Azure Policy Be Your Budget Bouncer

Use Azure Policy to enforce rules such as:

  • Restricting VM sizes to approved lists.
  • Enforcing tagging on new resources.
  • Blocking expensive SKUs in dev environments.

It’s like having a strict bouncer who refuses entry to anything not on the approved list except your cloud bill will thank you instead of your Friday night plans.


12. Real-Time Cost Anomaly Detection — Catch Surprises Before They Bite

Azure’s Anomaly Detector API can flag unexpected spending spikes, such as a misconfigured script launching 200 VMs at 3 AM. (Don’t laugh, it’s happened. 😐)

Early alerts mean you can fix the problem before it drains your monthly budget faster than a test run gone rogue.


13. Understand Cost Per Unit — The Secret Weapon of FinOps Teams

Don’t just look at total costs; analyze cost per user, per transaction, or per environment.
This “unit economics” approach helps you identify profitable workloads, adjust pricing models, and eliminate waste.


14. The Big Picture: Automate, Audit, Repeat

Azure cost optimization isn’t a one-and-done activity. It’s a continuous cycle of monitoring, analyzing, and fine-tuning.

Use native tools:

  • Azure Cost Management + Billing
  • Azure Advisor
  • Azure Pricing Calculator
  • Azure Resource Graph
  • Azure Monitor Workbooks

Together, they give you the full visibility and control needed to run a lean, efficient, and predictable Azure environment.


Final Thoughts: Treat Azure Like a Utility Bill

Think of Azure like your home electricity. You wouldn’t leave the lights, oven, and hairdryer running 24/7, right? (At least, we hope not.)
Similarly, unused or oversized cloud resources quietly burn through budget until you notice usually during end-of-month reconciliation.

So take charge:

  • Schedule regular cost audits.
  • Review Azure Advisor recommendations.
  • Automate shutdowns and budget alerts.
  • Educate your teams on the real cost of every deployed resource.

Thank you for stopping by. ✌️