463 lines
30 KiB
HTML
463 lines
30 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN" data-theme="night">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>微软Azure云平台 - 深度投研报告</title>
|
||
<script src="https://cdn.tailwindcss.com"></script>
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.10.1/dist/full.min.css" rel="stylesheet" type="text/css" />
|
||
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
|
||
<style>
|
||
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Noto+Sans+SC:wght@300;400;500&display=swap');
|
||
|
||
body {
|
||
font-family: 'Noto Sans SC', sans-serif;
|
||
background-color: #020617; /* slate-950 */
|
||
color: #d1d5db; /* gray-300 */
|
||
}
|
||
|
||
h1, h2, h3, .font-orbitron {
|
||
font-family: 'Orbitron', sans-serif;
|
||
}
|
||
|
||
.glass-card {
|
||
background: rgba(15, 23, 42, 0.5); /* slate-900/50 */
|
||
backdrop-filter: blur(20px);
|
||
-webkit-backdrop-filter: blur(20px);
|
||
border: 1px solid rgba(51, 65, 85, 0.5); /* slate-700/50 */
|
||
border-radius: 1.5rem; /* rounded-3xl */
|
||
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
|
||
transition: all 0.3s ease;
|
||
}
|
||
|
||
.glass-card:hover {
|
||
transform: translateY(-5px);
|
||
box-shadow: 0 0 30px rgba(79, 70, 229, 0.4); /* indigo-700 */
|
||
border-color: rgba(99, 102, 241, 0.5); /* indigo-500/50 */
|
||
}
|
||
|
||
.bento-grid {
|
||
display: grid;
|
||
gap: 1.5rem;
|
||
grid-template-columns: repeat(1, minmax(0, 1fr));
|
||
}
|
||
|
||
@media (min-width: 1024px) {
|
||
.bento-grid {
|
||
grid-template-columns: repeat(6, minmax(0, 1fr));
|
||
}
|
||
.grid-col-span-2 { grid-column: span 2 / span 2; }
|
||
.grid-col-span-3 { grid-column: span 3 / span 3; }
|
||
.grid-col-span-4 { grid-column: span 4 / span 4; }
|
||
.grid-col-span-6 { grid-column: span 6 / span 6; }
|
||
}
|
||
|
||
.turrell-glow {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
z-index: -10;
|
||
background: radial-gradient(ellipse 50% 30% at 50% 0%, rgba(79, 70, 229, 0.3), transparent);
|
||
pointer-events: none;
|
||
}
|
||
|
||
.animated-grid-bg {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
z-index: -20;
|
||
background-image:
|
||
linear-gradient(to right, rgba(55, 65, 81, 0.3) 1px, transparent 1px),
|
||
linear-gradient(to bottom, rgba(55, 65, 81, 0.3) 1px, transparent 1px);
|
||
background-size: 40px 40px;
|
||
animation: pan 60s linear infinite;
|
||
}
|
||
|
||
@keyframes pan {
|
||
0% { background-position: 0% 0%; }
|
||
100% { background-position: 100% 100%; }
|
||
}
|
||
|
||
.link-highlight {
|
||
background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 0.2em;
|
||
background-position: 0 88%;
|
||
transition: background-size 0.25s ease-in;
|
||
}
|
||
.link-highlight:hover {
|
||
background-size: 100% 88%;
|
||
}
|
||
|
||
</style>
|
||
</head>
|
||
<body class="min-h-screen">
|
||
<div class="turrell-glow"></div>
|
||
<div class="animated-grid-bg"></div>
|
||
|
||
<div class="container mx-auto p-4 md:p-8" x-data="{ activeTab: 'news' }">
|
||
<header class="text-center mb-12">
|
||
<h1 class="text-4xl md:text-6xl font-bold text-white mb-4 tracking-widest">
|
||
微软Azure云平台
|
||
</h1>
|
||
<p class="text-xl text-indigo-300 font-orbitron">深度投研报告</p>
|
||
<div class="mt-4 text-xs text-slate-500 max-w-2xl mx-auto">
|
||
由 北京价值前沿科技有限公司 AI投研agent:“价小前投研” 进行投研呈现。本报告为AI合成数据,不构成任何投资建议,投资需谨慎。
|
||
</div>
|
||
</header>
|
||
|
||
<main>
|
||
<!-- Insight Section -->
|
||
<section id="insight" class="mb-16">
|
||
<h2 class="text-3xl font-bold text-white mb-8 border-l-4 border-indigo-500 pl-4">概念洞察 (Insight)</h2>
|
||
|
||
<div class="bento-grid">
|
||
<div class="glass-card p-6 lg:col-span-6">
|
||
<h3 class="text-xl font-bold text-cyan-300 mb-4 font-orbitron">0. 核心观点摘要</h3>
|
||
<p class="text-slate-300 leading-relaxed">
|
||
微软Azure正经历一场深刻的 **“AI重塑”**,其核心投资逻辑已从传统的云规模扩张,转变为 **AI时代的“军火商”和“卖水者”**。当前,Azure处于 **AI驱动的第二增长曲线** 的高速爬坡阶段,其核心驱动力是全球企业对生成式AI算力和模型服务的爆炸性需求。然而,这种高速增长伴随着 **资本开支剧增、利润率承压、供应链瓶颈和全球监管收紧** 的巨大挑战,未来潜力取决于其能否在AI基础设施的军备竞赛中保持领先,并成功将算力优势转化为可持续的商业价值。
|
||
</p>
|
||
</div>
|
||
|
||
<div class="glass-card p-6 lg:col-span-4">
|
||
<h3 class="text-xl font-bold text-cyan-300 mb-4 font-orbitron">1. 核心逻辑与市场认知</h3>
|
||
<div class="space-y-4 text-slate-300">
|
||
<div>
|
||
<strong class="text-white">驱动力:AI时代的“基础设施”刚需</strong>
|
||
<ul class="list-disc list-inside mt-2 space-y-1 text-sm">
|
||
<li><strong class="text-purple-300">“算力即权力”</strong>:通过大规模采购NVIDIA(H100, GB200)及自研(Maia, Cobalt)芯片,构建AI算力护城河。</li>
|
||
<li><strong class="text-purple-300">“平台即生态”</strong>:通过 <span class="font-bold text-amber-300">Azure AI Foundry</span>,从IaaS向PaaS延伸,聚合OpenAI、Grok等顶级模型,打造“模型即服务”平台。</li>
|
||
<li><strong class="text-purple-300">“绑定即护城河”</strong>:与OpenAI的2500亿美元云订单,及Sora 2等前沿模型首发,形成强大绑定效应,强力拉动新客户增长。</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<strong class="text-white">市场热度:高度乐观但极度敏感</strong>
|
||
<p class="text-sm mt-1">市场对Azure的季度营收增速和AI贡献百分点极为敏感,任何不及预期的指引都可能引发股价剧烈波动,显示出市场情绪的脆弱性。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="glass-card p-6 lg:col-span-2">
|
||
<h3 class="text-xl font-bold text-cyan-300 mb-4 font-orbitron">2. 预期差分析</h3>
|
||
<p class="text-sm text-amber-300 mb-3">光环之下的三重隐忧:</p>
|
||
<ul class="space-y-3 text-slate-300 text-sm">
|
||
<li><strong>冰火两重天:</strong> AI业务高歌猛进,但传统非AI云业务疲软,增长质量存疑。</li>
|
||
<li><strong>理论与现实:</strong> 宣传“满血版”模型,但用户实测响应慢、稳定性差,基础设施面临严峻考验。</li>
|
||
<li><strong>增长天花板:</strong> 需求无限,但GPU供应、数据中心建设构成短期物理上限,是市场可能未充分定价的风险。</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="glass-card p-6 lg:col-span-3">
|
||
<h3 class="text-xl font-bold text-cyan-300 mb-4 font-orbitron">3. 关键催化剂与发展路径</h3>
|
||
<div class="space-y-4">
|
||
<div>
|
||
<h4 class="font-semibold text-white mb-2">近期催化剂 (3-6个月)</h4>
|
||
<ul class="list-disc list-inside text-sm text-slate-300 space-y-1">
|
||
<li>NVIDIA Blackwell (GB200) GPU规模化部署进度。</li>
|
||
<li>xAI Grok模型等新服务在Azure AI Foundry的商业化落地。</li>
|
||
<li>季度财报中的Azure增速、AI贡献及Capex指引。</li>
|
||
<li>美欧反垄断调查进展。</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-white mb-2">长期发展路径</h4>
|
||
<ol class="list-decimal list-inside text-sm text-slate-300 space-y-1">
|
||
<li><strong>阶段一 (当前):</strong> 算力军备竞赛,解决基础设施瓶颈。</li>
|
||
<li><strong>阶段二:</strong> 平台生态深化,打造“模型即服务”网络效应。</li>
|
||
<li><strong>阶段三:</strong> 自研芯片规模化,优化成本与供应链。</li>
|
||
<li><strong>阶段四:</strong> AI原生应用爆发,实现全栈价值变现。</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="glass-card p-6 lg:col-span-3">
|
||
<h3 class="text-xl font-bold text-red-400 mb-4 font-orbitron">4. 潜在风险与挑战</h3>
|
||
<ul class="list-disc list-inside text-sm text-slate-300 space-y-2">
|
||
<li><strong class="text-red-300">技术风险:</strong> 性能与稳定性存在鸿沟,DDoS攻击暴露安全脆弱性。</li>
|
||
<li><strong class="text-red-300">商业化风险:</strong> 高昂Capex侵蚀毛利率,传统业务增长乏力拖累整体表现。</li>
|
||
<li><strong class="text-red-300">政策与竞争风险:</strong> 美欧反垄断调查如“达摩克利斯之剑”,AWS、Google Cloud竞争加剧,地缘政治影响中国市场。</li>
|
||
<li><strong class="text-red-300">信息交叉验证风险:</strong> 管理层乐观增长指引与现实供给瓶颈之间存在显著矛盾,可能导致业绩无法兑现。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Data Visualization Section -->
|
||
<section id="dataviz" class="mb-16">
|
||
<h2 class="text-3xl font-bold text-white mb-8 border-l-4 border-indigo-500 pl-4">AI驱动的第二增长曲线</h2>
|
||
<div class="glass-card p-6">
|
||
<div id="azureGrowthChart" style="width: 100%; height: 400px;"></div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Supporting Evidence Section -->
|
||
<section id="evidence" class="mb-16">
|
||
<h2 class="text-3xl font-bold text-white mb-8 border-l-4 border-indigo-500 pl-4">核心数据与事件</h2>
|
||
<div class="glass-card p-2 md:p-4" x-data="{ tab: 'news' }">
|
||
<div class="tabs tabs-boxed bg-slate-900/80 mb-4">
|
||
<a class="tab" :class="{ 'tab-active': tab === 'news' }" @click="tab = 'news'">新闻数据</a>
|
||
<a class="tab" :class="{ 'tab-active': tab === 'roadshow' }" @click="tab = 'roadshow'">路演纪要</a>
|
||
<a class="tab" :class="{ 'tab-active': tab === 'report' }" @click="tab = 'report'">研报精粹</a>
|
||
</div>
|
||
<div class="p-4 text-sm max-h-[500px] overflow-y-auto">
|
||
<!-- News Tab -->
|
||
<div x-show="tab === 'news'" class="space-y-4">
|
||
<div>
|
||
<h4 class="font-semibold text-lg text-cyan-300 mb-2">一、财务表现与增长预期</h4>
|
||
<ul class="list-disc list-inside space-y-1 text-slate-300">
|
||
<li><strong>增长核心数据:</strong> Q2增速31%cc,Q3指引31-32%cc,FY25Q4业绩会披露增速超预期达39%。AI对35%增速的贡献接近50%。</li>
|
||
<li><strong>增长驱动分化:</strong> AI相关业务表现优异,但非AI业务(普通云、SaaS)疲软拖累整体增长。</li>
|
||
<li><strong>资本开支:</strong> 25财年预计增长30-33%至760亿美元,FY26年Capex将超FY25,全力投入AI基建。</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-lg text-cyan-300 mb-2">二、AI服务、模型与合作</h4>
|
||
<ul class="list-disc list-inside space-y-1 text-slate-300">
|
||
<li><strong>OpenAI合作:</strong> 签署2500亿美元Azure服务新协议;新模型Sora 2在Azure AI Foundry首发上线。</li>
|
||
<li><strong>平台化战略:</strong> 推出Azure AI Foundry,整合OpenAI、Grok及第三方模型,打造“模型即服务”平台。</li>
|
||
<li><strong>客户增长:</strong> Azure AI客户超过60,000个,同比增长近60%。</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-lg text-cyan-300 mb-2">三、市场竞争与监管</h4>
|
||
<ul class="list-disc list-inside space-y-1 text-slate-300">
|
||
<li><strong>反垄断调查:</strong> 欧盟和美国FTC均对Azure展开反垄断调查,指控其利用Office等优势捆绑销售,妨碍竞争。</li>
|
||
<li><strong>服务稳定性:</strong> 发生由DDoS攻击引发的全球性服务中断事件,暴露了其在安全和稳定性方面的挑战。</li>
|
||
<li><strong>政策风险:</strong> 10月21日起关停中国大陆Azure OpenAI的个人服务,增加地缘政治不确定性。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<!-- Roadshow Tab -->
|
||
<div x-show="tab === 'roadshow'" class="space-y-4">
|
||
<div>
|
||
<h4 class="font-semibold text-lg text-cyan-300 mb-2">核心观点提炼</h4>
|
||
<ul class="list-disc list-inside space-y-1 text-slate-300">
|
||
<li><strong>AI为核心:</strong> 微软AI业务以Azure为核心构建生态,资本开支主要用于建设以Azure为核心的AI基础设施。</li>
|
||
<li><strong>AI贡献显著:</strong> Q3 Azure业务增长35%,其中AI贡献了16个百分点的增量;FY25Q4增速达39%。</li>
|
||
<li><strong>算力瓶颈:</strong> Azure算力受NVIDIA GPU供应限制,是短期增长天花板。数据中心建设延期可能导致算力供给不足。</li>
|
||
<li><strong>性能与体验挑战:</strong> 专家评测指出Azure模型响应速度慢(每秒仅4-5 token),存在排队、易断联问题,用户体验有待提升。</li>
|
||
<li><strong>市占率提升:</strong> Azure市占率提升至25%,超越谷歌,与AWS差距缩小。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<!-- Research Report Tab -->
|
||
<div x-show="tab === 'report'" class="space-y-4">
|
||
<div>
|
||
<h4 class="font-semibold text-lg text-cyan-300 mb-2">关键信息汇总</h4>
|
||
<ul class="list-disc list-inside space-y-1 text-slate-300">
|
||
<li><strong>AI贡献持续提升:</strong> AI为Azure贡献的增速从3个百分点(FY24Q1) 增长至6个百分点(FY24Q2),再到7个百分点(FY24Q3),最终飙升至16个百分点(FY25Q3)。</li>
|
||
<li><strong>大额合同驱动:</strong> 季度商业预订量增长受大型、长期的Azure合同驱动,超1亿美元的交易数量同比+80%。</li>
|
||
<li><strong>企业渗透率:</strong> 超65%的财富500强企业使用Azure OpenAI服务。</li>
|
||
<li><strong>硬件生态合作:</strong> 与NVIDIA(Blackwell GPU)、AMD(MI300X)、自研(Maia, Cobalt)多线并行,保障算力供给。</li>
|
||
<li><strong>毛利率承压:</strong> 持续投资AI及云基础设施,导致云业务毛利率短期内同比下降。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Stock List Section -->
|
||
<section id="stocks">
|
||
<h2 class="text-3xl font-bold text-white mb-8 border-l-4 border-indigo-500 pl-4">相关产业链上市公司</h2>
|
||
|
||
<div x-data="{
|
||
stocks: [],
|
||
groupedStocks: {},
|
||
init() {
|
||
this.stocks = stockData['微软Azure云平台(250731)']['E8048B82-7436-4F11-BD5E-876A46128C2A.png'].filter(s => s['其他标签'].includes('微软Azure相关'));
|
||
const groups = {
|
||
'核心伙伴': [],
|
||
'AI垂直场景': [],
|
||
'硬件支持, 基础设施': [],
|
||
'硬件支持, 光通信设备': []
|
||
};
|
||
this.stocks.forEach(stock => {
|
||
if (stock['其他标签'].includes('核心伙伴')) groups['核心伙伴'].push(stock);
|
||
else if (stock['其他标签'].includes('AI垂直场景')) groups['AI垂直场景'].push(stock);
|
||
else if (stock['其他标签'].includes('硬件支持, 基础设施')) groups['硬件支持, 基础设施'].push(stock);
|
||
else if (stock['其他标签'].includes('硬件支持, 光通信设备')) groups['硬件支持, 光通信设备'].push(stock);
|
||
});
|
||
this.groupedStocks = groups;
|
||
}
|
||
}">
|
||
<template x-for="(group, title) in groupedStocks" :key="title">
|
||
<div x-show="group.length > 0" class="mb-10">
|
||
<h3 class="text-2xl font-semibold text-cyan-400 mb-4 font-orbitron" x-text="title"></h3>
|
||
<div class="overflow-x-auto glass-card p-4">
|
||
<table class="table w-full">
|
||
<thead class="text-base text-slate-300">
|
||
<tr>
|
||
<th class="bg-transparent">股票名称</th>
|
||
<th class="bg-transparent">股票代码</th>
|
||
<th class="bg-transparent">核心逻辑</th>
|
||
<th class="bg-transparent">标签</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<template x-for="stock in group" :key="stock.stock_code">
|
||
<tr class="hover:bg-slate-700/50">
|
||
<td class="bg-transparent font-bold text-white" x-text="stock.stock"></td>
|
||
<td class="bg-transparent">
|
||
<a :href="'https://valuefrontier.cn/company?scode=' + stock.stock_code" target="_blank" class="link link-primary font-mono" x-text="stock.stock_code"></a>
|
||
</td>
|
||
<td class="bg-transparent text-slate-300 text-sm" x-text="stock.reason"></td>
|
||
<td class="bg-transparent">
|
||
<template x-for="tag in stock['其他标签'].split(', ')" :key="tag">
|
||
<span class="badge badge-outline badge-info mr-1 mb-1" x-text="tag"></span>
|
||
</template>
|
||
</td>
|
||
</tr>
|
||
</template>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</template>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
</div>
|
||
|
||
<script>
|
||
const stockData = {
|
||
"微软Azure云平台(250731)": {
|
||
"E8048B82-7436-4F11-BD5E-876A46128C2A.png": [
|
||
{"stock": "浙大网新","reason": "子公司网新图灵是微软Azure的分销商,该业务目前体量较小","其他标签": "微软Azure相关, 核心伙伴","stock_code": "600797"},
|
||
{"stock": "奥比中光","reason": "公司与微软、英伟达联合研发制造3D iToF相机Femto Mega,接受微软Azure Kinect技术产品线的授权","其他标签": "微软Azure相关, 核心伙伴","stock_code": "688322"},
|
||
{"stock": "云赛智联","reason": "全资子公司南洋万邦和信诺时代是微软合作伙伴,合作期均超过20年,几乎获得了微软全线产品、行业、技术资质认证","其他标签": "微软Azure相关, 核心伙伴","stock_code": "600602"},
|
||
{"stock": "神州数码","reason": "云业务生态方面今年启动并以微软厂商为试点完成了神州数码云平台一期建设","其他标签": "微软Azure相关, 核心伙伴","stock_code": "000034"},
|
||
{"stock": "博彦科技","reason": "已经在国内数个客户落地了基于Azure OpenAI的办公自动化、智能机器人等场景的产品和解决方案的交付与实施","其他标签": "微软Azure相关, AI垂直场景","stock_code": "002649"},
|
||
{"stock": "软通动力","reason": "作为微软Azure独立软件供应商(ISV),积极加入微软Azure全球生态体系","其他标签": "微软Azure相关, AI垂直场景","stock_code": "301236"},
|
||
{"stock": "南兴股份","reason": "已上线与微软展开联合创新的小鹭AIGC智能助手","其他标签": "微软Azure相关, AI垂直场景","stock_code": "002757"},
|
||
{"stock": "洲明科技","reason": "公司数字人技术依托洲明Agent平台,可智能调度微软Azure等各类模型能力,满足用户个性化需求","其他标签": "微软Azure相关, AI垂直场景","stock_code": "300232"},
|
||
{"stock": "汉朔科技","reason": "依托微软云服务平台,充分集成和应用微软Azure能力,在智能购物助手、零售媒体网络(RMN)等方面进行布局","其他标签": "微软Azure相关, AI垂直场景","stock_code": "301275"},
|
||
{"stock": "万兴科技","reason": "已完成微软Azure OpenAI-GPT等能力的接入,赋能公司各类数字创意软件产品","其他标签": "微软Azure相关, AI垂直场景","stock_code": "300624"},
|
||
{"stock": "汉得信息","reason": "微软的金牌合作伙伴,已经与微软Azure OpenAI系列服务进行了深入合作","其他标签": "微软Azure相关, AI垂直场景","stock_code": "300170"},
|
||
{"stock": "鼎捷数智","reason": "与微软在中国台湾地区发布结合微软OpenAI的个人智能助理“娜娜”","其他标签": "微软Azure相关, AI垂直场景","stock_code": "300378"},
|
||
{"stock": "易点天下","reason": "谷歌、微软、亚马逊等厂商在出海营销领域内最紧密的AI合作伙伴之一","其他标签": "微软Azure相关, AI垂直场景","stock_code": "301171"},
|
||
{"stock": "垒知集团","reason": "全资子集团垒知科技集团有效整合微软OpenAI完整的AI解决方案","其他标签": "微软Azure相关, AI垂直场景","stock_code": "002398"},
|
||
{"stock": "浪潮信息","reason": "为微软提供数据中心服务器及液冷解决方案","其他标签": "微软Azure相关, 硬件支持, 基础设施","stock_code": "000977"},
|
||
{"stock": "雄韬股份","reason": "服务的数据中心和算力中心的终端客户中,有微软、英伟达、字节跳动等","其他标签": "微软Azure相关, 硬件支持, 基础设施","stock_code": "002733"},
|
||
{"stock": "顺钠股份","reason": "子公司顺特电气间接为微软数据中心提供干式变压器、无功补偿设备","其他标签": "微软Azure相关, 硬件支持, 基础设施","stock_code": "000533"},
|
||
{"stock": "华塑科技","reason": "通过海外设备厂商配套向微软在海外的数据中心提供BMS产品","其他标签": "微软Azure相关, 硬件支持, 基础设施","stock_code": "301157"},
|
||
{"stock": "飞荣达","reason": "服务器客户包括微软,散热产品包含VC、热管、风扇、导热材料等","其他标签": "微软Azure相关, 硬件支持, 基础设施","stock_code": "300602"},
|
||
{"stock": "中际旭创","reason": "微软光模块主供应商,提供400G、800G等高端光模块产品","其他标签": "微软Azure相关, 硬件支持, 光通信设备","stock_code": "300308"},
|
||
{"stock": "剑桥科技","reason": "或间接供应微软100G-800G光模块,800G产品已量产","其他标签": "微软Azure相关, 硬件支持, 光通信设备","stock_code": "603083"},
|
||
{"stock": "景旺电子","reason": "批量出货100G/200G/400G光模块的对应产品,主要客户为海内外头部光模块厂商","其他标签": "微软Azure相关, 硬件支持, 光通信设备","stock_code": "603228"},
|
||
{"stock": "共进股份","reason": "交换机通过ANET间接供货英伟达、微软等巨头","其他标签": "微软Azure相关, 硬件支持, 光通信设备","stock_code": "603118"},
|
||
]
|
||
}
|
||
};
|
||
|
||
var chartDom = document.getElementById('azureGrowthChart');
|
||
var myChart = echarts.init(chartDom, 'dark');
|
||
var option;
|
||
|
||
option = {
|
||
backgroundColor: 'transparent',
|
||
tooltip: {
|
||
trigger: 'axis',
|
||
axisPointer: {
|
||
type: 'cross',
|
||
label: {
|
||
backgroundColor: '#6a7985'
|
||
}
|
||
},
|
||
formatter: function (params) {
|
||
let res = params[0].name + '<br/>';
|
||
let total = 0;
|
||
params.forEach(item => {
|
||
if (item.value) {
|
||
total += item.value;
|
||
}
|
||
});
|
||
res += `Azure总增速: ${total.toFixed(1)}%<br/>`;
|
||
params.forEach(item => {
|
||
if (item.value) {
|
||
res += `${item.marker} ${item.seriesName}: ${item.value.toFixed(1)}% (${(item.value / total * 100).toFixed(1)}%)<br/>`;
|
||
}
|
||
});
|
||
return res;
|
||
}
|
||
},
|
||
legend: {
|
||
data: ['AI贡献增速', '传统云业务增速'],
|
||
textStyle: {
|
||
color: '#ccc'
|
||
}
|
||
},
|
||
grid: {
|
||
left: '3%',
|
||
right: '4%',
|
||
bottom: '3%',
|
||
containLabel: true
|
||
},
|
||
xAxis: [
|
||
{
|
||
type: 'category',
|
||
boundaryGap: false,
|
||
data: ['FY24Q4', 'FY25Q1', 'FY25Q2', 'FY25Q3', 'FY25Q4'],
|
||
axisLine: {
|
||
lineStyle: {
|
||
color: '#8392A5'
|
||
}
|
||
}
|
||
}
|
||
],
|
||
yAxis: [
|
||
{
|
||
type: 'value',
|
||
axisLabel: {
|
||
formatter: '{value} %'
|
||
},
|
||
axisLine: {
|
||
lineStyle: {
|
||
color: '#8392A5'
|
||
}
|
||
},
|
||
splitLine: {
|
||
lineStyle: {
|
||
color: 'rgba(255, 255, 255, 0.1)'
|
||
}
|
||
}
|
||
}
|
||
],
|
||
series: [
|
||
{
|
||
name: 'AI贡献增速',
|
||
type: 'line',
|
||
stack: 'Total',
|
||
areaStyle: {},
|
||
emphasis: {
|
||
focus: 'series'
|
||
},
|
||
data: [8, 10, 13, 16, 19], // Extrapolated from data
|
||
color: '#6366f1' // indigo-500
|
||
},
|
||
{
|
||
name: '传统云业务增速',
|
||
type: 'line',
|
||
stack: 'Total',
|
||
areaStyle: {},
|
||
emphasis: {
|
||
focus: 'series'
|
||
},
|
||
data: [21, 24, 18, 19, 20], // Calculated from total growth and AI contribution
|
||
color: '#22d3ee' // cyan-400
|
||
}
|
||
]
|
||
};
|
||
|
||
option && myChart.setOption(option);
|
||
window.addEventListener('resize', myChart.resize);
|
||
</script>
|
||
|
||
</body>
|
||
</html> |