惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
雷峰网
雷峰网
The Cloudflare Blog
WordPress大学
WordPress大学
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
IT之家
IT之家
V
V2EX
博客园 - 司徒正美
小众软件
小众软件
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog
Last Week in AI
Last Week in AI
Jina AI
Jina AI
博客园 - 叶小钗
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿

Elastic Blog - Elasticsearch, Kibana, and ELK Stack

The search multiplier: Driving revenue, productivity, and AI at scale Elastic Stack 9.5.2 released ECK 3.5: Dynamic namespaces, pause orchestration, and mTLS everywhere 7 lessons for IT leaders on using observability to monitor AI applications How state and local agencies can get ahead of fraud starting with the data they already have Why agentic treasury needs search and observability From retrieval to agents: 5 takeaways on production architecture for AI agents Elastic achieves Defence Cyber Certification Level 0 in the UK Elastic community newsletter — August 2026 Elastic Stack 8.19.20 released Elastic Stack 9.5.1 released Elastic Stack 9.4.5 released Building trusted agentic AI in financial services: From data to autonomous action Elastic 9.5: Columnar, VectorDB index mode & auto-calibration, and AI-driven alert triage AI consolidation: Why platforms will win and portfolios will break Closing the AI gap in government: Next-gen knowledge access | Elastic Elastic and OpenAI collaborate to bring frontier intelligence to unstructured enterprise data Elastic Cloud Serverless continues global expansion to 4 more regions Elastic joins NVIDIA and industry leaders as inaugural member in the Open Secure AI Alliance Rethinking the SOC: From tool procurement to platform architecture Elastic’s new metrics capabilities will dramatically improve uptime for public sector IT Elastic and Deductive AI join forces to accelerate agentic incident investigation for engineering teams Higher education analytics for the ultra-intelligent university Elastic Stack 8.19.19 released Elastic Stack 9.4.4 released Elastic Stack 9.3.8 released Elastic Stack 9.4.3 released Elastic achieves the AWS AI Security Distinction, securing AI-specific risks Elastic and Axonius integrate to deliver unified asset intelligence for security teams Elastic’s guide to AI in the interview process
Azure Private Link for Elastic Cloud Serverless is now ge...
ByAlex ChalkiasJordi Mon CompanysAugust 4, 2026 · 2026-08-04 · via Elastic Blog - Elasticsearch, Kibana, and ELK Stack

Elastic Cloud Serverless now supports Azure Private Link, generally available (GA) as of August 4, 2026. With this release, you can connect your Azure workloads directly to your Serverless projects over Azure's private network backbone without exposing your Elastic endpoints to the public internet. AWS PrivateLink support shipped in February 2026; Azure is the second cloud provider to reach GA.

For the list of supported Azure regions, see Elastic Cloud Serverless regions. Due to a limitation in Azure, Private Link support is not yet available in northeurope region even though Elastic Cloud Serverless is.

How to set it up

The full configuration steps are in the Azure private connectivity documentation. At a high level:

  • In Azure, create a private endpoint pointing to the Elastic Private Link service for your project.

  • Update your DNS to resolve the Elastic endpoint hostnames to the private IP of your endpoint.

  • In Elastic Cloud, create a private connection policy and add the Resource name and Resource ID of your private endpoint. Elastic uses properties.resourceGUID from the Azure resource — the field labeled Resource ID in the Azure portal.

  • Optionally, you can associate the policy with your Serverless project in Elastic Cloud Console.
create private connection

You can create up to 1,024 network security policies per organization with up to 128 sources (private endpoints or IP ranges) per policy. A single policy can be shared across multiple projects.

IP filters and private endpoints can coexist. When you attach both an IP filter policy and a private connection policy to the same project, each incoming request must match at least one attached policy; it does not need to match all of them. Traffic arriving through the private endpoint matches the private connection policy. Traffic arriving from a listed IP range matches the IP filter. Any traffic that matches neither is rejected.

Packaging and availability

Private connectivity for Serverless is included in the following tiers at no additional charge and is effective August 4, 2026:

  • Observability Serverless projects: require Observability Complete

  • Security Serverless projects: require Security Analytics Complete

  • For other project types, such as Elasticsearch Serverless projects, the feature is available with no tier requirement.

Projects created before August 4, 2026 are grandfathered regardless of tier. Any Serverless project created before that date can use traffic filtering — both private connections and IP filters — without restriction for the project's lifetime. This applies even if the project is not currently using traffic filtering; projects created before the cutoff date can configure it at any time.

If you upgrade an observability or security project to the Complete tier after August 4, the platform automatically applies your default network security policies to the newly eligible project — no manual reconfiguration needed.

Gating is enforced in both the Elastic Cloud Console UI and the API. Projects that do not meet the tier requirement and were created on or after August 4 will not have the option to associate a private connection or IP filter policy.

apply to resources

Private connectivity across cloud providers

Azure Private Link now joins AWS PrivateLink, which has been available for Serverless since February 2026, as part of Elastic's ongoing investment in network security across major cloud providers. For the current list of supported providers and regions, see the private connectivity documentation.

Frequently asked questions

Does Azure Private Link also work for Elastic Cloud Hosted deployments?
Azure Private Link for Hosted deployments has been available via a separate API. This release covers Elastic Cloud Serverless specifically.

Can I use both an IP filter and a Private connection policy on the same project?
Yes. Each request must match at least one attached policy. A private-endpoint connection matches the Private connection policy; traffic from a listed IP range matches the IP filter. Traffic matching neither is rejected.

Is a policy required on Azure to secure a private connection?
Yes, for Azure Private Link, you must create a policy in Elastic Cloud Console and add your private endpoint’s Resource name and Resource ID before Elastic will approve the connection. This differs from AWS, where the policy is optional. Associating the policy with specific projects is optional and only needed if you want to filter the traffic coming from specific private endpoints.

Do I need a separate endpoint per project or per solution type?
One private connection policy referring to your Azure private endpoint can be attached to multiple projects. Each Serverless project has its own private hostname that uses a private connection. See the documentation for the per-endpoint configuration details.

The release and timing of any features or functionality described in this post remain at Elastic's sole discretion. Any features or functionality not currently available may not be delivered on time or at all.