<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Azure on 路无止境！</title><link>https://www.etaon.top/categories/azure/</link><description>Recent content in Azure on 路无止境！</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Fri, 01 Sep 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://www.etaon.top/categories/azure/index.xml" rel="self" type="application/rss+xml"/><item><title>Azure OpenAI Function Calling 101</title><link>https://www.etaon.top/2023/09/01/Azopenaifc.html</link><pubDate>Fri, 01 Sep 2023 00:00:00 +0000</pubDate><guid>https://www.etaon.top/2023/09/01/Azopenaifc.html</guid><description>概述 本文是结合 github：OpenAI Function Calling 101在 Azure OpenAI 上的实现： Github Function Calling 101 如何将函数调用与 Azure OpenAI 服务配合使用 - Azure OpenAI Service 使用像ChatGPT这样的</description></item><item><title>Virtual Hub &amp; vWAN</title><link>https://www.etaon.top/2023/08/16/VirtualHubvWAN.html</link><pubDate>Wed, 16 Aug 2023 00:00:00 +0000</pubDate><guid>https://www.etaon.top/2023/08/16/VirtualHubvWAN.html</guid><description>虚拟 WAN 文档 Azure 虚拟 WAN 是一个网络服务，其中整合了多种网络、安全和路由功能，提供单一操作界面。 我们主要讨论两种连接情况： 通过一个 vWAN 来连接不通的 vNET 和</description></item><item><title>K8S cluster with multi-masters on Azure VM</title><link>https://www.etaon.top/2023/08/11/K8SclusterwithmultimastersonAzureVM.html</link><pubDate>Fri, 11 Aug 2023 00:00:00 +0000</pubDate><guid>https://www.etaon.top/2023/08/11/K8SclusterwithmultimastersonAzureVM.html</guid><description>拓扑参考： 在 Azure VM 实例上部署 KubeSphere 基础模板 需要修改 IP 地址和 VM Image的可以在模板中修改。 { &amp;#34;$schema&amp;#34;: &amp;#34;https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#&amp;#34;, &amp;#34;contentVersion&amp;#34;: &amp;#34;1.0.0.0&amp;#34;, &amp;#34;parameters&amp;#34;: { &amp;#34;vmNamePrefix&amp;#34;: { &amp;#34;defaultValue&amp;#34;: &amp;#34;master-&amp;#34;, &amp;#34;type&amp;#34;: &amp;#34;String&amp;#34;, &amp;#34;metadata&amp;#34;: { &amp;#34;description&amp;#34;: &amp;#34;The name of your VM master node.&amp;#34; } }, &amp;#34;vmssName&amp;#34;: { &amp;#34;defaultValue&amp;#34;:</description></item><item><title>AzCopy Test</title><link>https://www.etaon.top/2023/07/21/AzCopyTest.html</link><pubDate>Fri, 21 Jul 2023 00:00:00 +0000</pubDate><guid>https://www.etaon.top/2023/07/21/AzCopyTest.html</guid><description>Blob bw Regions test 序号 说明 测试 1 测试 2 测试 3 平均值 1 EA client → SA Container 0.2334 0.2334 2 SA Container → EU client 1.0263 1.2675 1.0148 1.10286667 3 SA Container → EU client @ peer created 1.1209 1.2449 1.1483 1.17136667 4 SA Container → EU Container 4.1681 4.335 4.6351 4.3794 2 Hours Later 1.4338 1.8673 1.65055 5 EU Contaner</description></item><item><title>Service Endpoint服务终结点-SQL Service</title><link>https://www.etaon.top/2023/06/22/azureendpoint20230622.html</link><pubDate>Thu, 22 Jun 2023 00:00:00 +0000</pubDate><guid>https://www.etaon.top/2023/06/22/azureendpoint20230622.html</guid><description>实验拓扑 SQL 服务部署在Japan East VM 部署在Asia East vNET提供子网172.16.1.0/24 配置Service Endpoint，生成NIC连</description></item><item><title>Azure OpenAI 初体验 - 20230619</title><link>https://www.etaon.top/2023/06/19/azureopenai20230619.html</link><pubDate>Mon, 19 Jun 2023 00:00:00 +0000</pubDate><guid>https://www.etaon.top/2023/06/19/azureopenai20230619.html</guid><description>参考文档： Quickstart - Get started using ChatGPT and GPT-4 with Azure OpenAI Service - Azure OpenAI Service | Microsoft Learn 先决条件 Azure 订阅 在所需的 Azure 订阅中授予 Azure OpenAI 的访问权限。 具有 或gpt-35-turbo已部署的模型</description></item><item><title>Azure-与github实现CI管道</title><link>https://www.etaon.top/2022/01/19/azure-github-ci.html</link><pubDate>Wed, 19 Jan 2022 00:00:00 +0000</pubDate><guid>https://www.etaon.top/2022/01/19/azure-github-ci.html</guid><description>这是一个来自于Azure的实验，实验资料：Azure Kubernetes 服务部署管道和 GitHub Actions CICD 持续集成 (CI) CI 要求团队经常在代码中实现和集成最小更改。 实现此方法意味</description></item><item><title>Azure-创建个人静态网站</title><link>https://www.etaon.top/2021/12/31/azure-staticweb.html</link><pubDate>Fri, 31 Dec 2021 00:00:00 +0000</pubDate><guid>https://www.etaon.top/2021/12/31/azure-staticweb.html</guid><description>利用Azure资源，可以发布或托管创建个人静态网站 静态网站 静态网站是指全部由HTML（标准通用标记语言的子集）代码格式页面组成的网站，所有的</description></item><item><title>Azure-Private DNS</title><link>https://www.etaon.top/2021/12/23/azure-privatedns.html</link><pubDate>Thu, 23 Dec 2021 00:00:00 +0000</pubDate><guid>https://www.etaon.top/2021/12/23/azure-privatedns.html</guid><description>概述 Azure 专用 DNS 为虚拟网络提供可靠且安全的 DNS 服务。 Azure 专用 DNS 可管理并解析虚拟网络中的域名，使用户无需配置自定义 DNS 解决方案。 借助专用 DNS 区域，可在部署</description></item><item><title>Azure-创建公共负载均衡器</title><link>https://www.etaon.top/2021/12/21/azure-publiclber.html</link><pubDate>Tue, 21 Dec 2021 00:00:00 +0000</pubDate><guid>https://www.etaon.top/2021/12/21/azure-publiclber.html</guid><description>概述 通过 Azure 负载均衡器，你可以将用户请求分散到多台虚拟机或其他服务，使你能够将应用缩放到超过单台虚拟机可支持的大小，并确保即使虚拟机出现故障时</description></item><item><title>Azure-Helm Lab</title><link>https://www.etaon.top/2021/12/10/azure-helm.html</link><pubDate>Fri, 10 Dec 2021 00:00:00 +0000</pubDate><guid>https://www.etaon.top/2021/12/10/azure-helm.html</guid><description>官方文档首页 概述 任何应用程序的部署、版本控制和更新通常都需要规划和管理，以确保部署正确版本的软件库和配置设置，使部署的应用程序能够正常运行。</description></item></channel></rss>