DevOps
文章平均质量分 92
Container & Cloud & SRE
DB架构
知识就是力量,良知才是方向。良知比知识更重要!
When you want to give up , think about why you started?
千学不如一看,千看不如一练,千练不如一战
ACDU(中国DBA联盟)成员
安徽DBA俱乐部 成员
展开
-
关于Docker 和 Jenkins的相关聚焦
关于Docker 和 Jenkins的相关聚焦原创 2023-04-25 22:45:40 · 894 阅读 · 0 评论 -
Choose the best monitoring service for visibility, insight, and outage mitigation
Analyze the decision criteria100 XP3 minutesIn this unit, you'll analyze the criteria that experts employ when they choose an Azure monitoring service for a specified business need. By understanding the criteria, you can better assess the nuanced diff原创 2021-03-20 16:57:14 · 221 阅读 · 0 评论 -
Tour of Azure services
Tour of Azure servicesAzure can help you tackle tough business challenges. You bring your requirements, creativity, and favorite software development tools. Azure brings a massive global infrastructure that's always available for you to build your applic原创 2021-03-19 20:13:16 · 249 阅读 · 0 评论 -
Choose the best tools for managing and configuring your Azure environment
Identify the product optionsAt a high level, there are two broad categories of management tools: visual tools and code-based tools.Visual tools provide full, visually friendly access to all the functionality of Azure. However, visual tools might be les原创 2021-03-21 11:54:29 · 354 阅读 · 0 评论 -
Discover data analysis
IntroductionAs a data analyst, you are on a journey. Think about all the data that is being generated each day and that is available in an organization, from transactional data in a traditional database, telemetry data from services that you use, to sign原创 2021-03-21 13:21:28 · 873 阅读 · 0 评论 -
Explore Azure database and analytics services
IntroductionDue to a growing number of acquisitions over the last decade, Tailwind Traders uses a variety of database and analytics technologies. As the company begins to migrate existing data workloads and deploy new data workloads to Azure, it needs .原创 2021-03-20 06:53:24 · 482 阅读 · 0 评论 -
Get started building with Power BI(1)
IntroductionMicrosoft Power BI is a collection of software services, apps, and connectors that work together to turn your unrelated sources of data into coherent, visually immersive, and interactive insights. Whether your data is a simple Microsoft Excel原创 2021-03-20 08:00:34 · 466 阅读 · 0 评论 -
What is Azure?
What is Azure?Azure is a continually expanding set of cloud services that help your organization meet your current and future business challenges. Azure gives you the freedom to build, manage, and deploy applications on a massive global network using you原创 2021-03-19 20:03:50 · 221 阅读 · 0 评论 -
Protect against security threats on Azure
IntroductionIn this module, you'll learn about some of the security tools that can help keep your infrastructure and data safe when you work in the cloud.Security is a small word for a significant concept. There are so many factors to consider in or.原创 2021-03-19 21:19:14 · 795 阅读 · 0 评论 -
Explore Azure compute services
Explore Azure compute servicesIntroductionImagine that you work as a development lead at Tailwind Traders, a company that specializes in hardware manufacturing. Your management team tells you that the company's website has been having a difficult time.原创 2021-03-19 22:33:51 · 802 阅读 · 0 评论 -
Azure Fundamentals part 1: Describe core Azure concepts
After completing this learning path, you'll be able to:Understand the benefits of cloud computing in Azure and how it can save you time and money Explain cloud concepts such as high availability, scalability, elasticity, agility, and disaster recovery原创 2021-03-19 19:56:30 · 474 阅读 · 0 评论 -
Get started with Azure accounts
Get started with Azure accountsTo create and use Azure services, you need an Azure subscription. When you're completing Learn modules, most of the time a temporary subscription is created for you, which runs in an environment called the Learn sandbox. Wh原创 2021-03-19 20:25:05 · 159 阅读 · 0 评论 -
Choose the best tools to help organizations build better solutions
Understand your product optionsSoftware developers and operations professionals strive to create working software systems that satisfy the needs of the organization. However, sometimes their short-term objectives are at cross-purposes, which can result i原创 2021-03-20 16:32:11 · 302 阅读 · 0 评论 -
Get started building with Power BI(2)
For these software services, the Power BI service provides a collection of ready-made visuals that are pre-arranged on dashboards and reports for your organization. This collection of visuals is called an app. Apps get you up and running quickly, with da..原创 2021-03-20 08:03:11 · 203 阅读 · 0 评论 -
Choose the best Azure serverless technology for your business scenario
IntroductionServerless computing is a term used to describe an execution environment that's set up and managed for you. You merely specify what you want to happen by writing code or connecting and configuring components in a visual editor, and then speci原创 2021-03-21 12:06:28 · 269 阅读 · 0 评论 -
What is cloud computing?
What is cloud computing?Have you ever wondered what cloud computing is? It's the delivery of computing services over the internet, which is otherwise known as the cloud. These services include servers, storage, databases, networking, software, analytics,原创 2021-03-19 19:57:00 · 1692 阅读 · 0 评论 -
Choose the best AI service for your needs
Choose the best AI service for your needsIntroductionArtificial Intelligence (AI) is a category of computing that adapts and improves its decision-making ability over time based on its successes and failures. Microsoft Azure provides several AI so..原创 2021-03-20 07:35:47 · 589 阅读 · 0 评论 -
Docker 制作镜像
•容器转镜像•docker commit •Dockerfile•FROM•WORKDIR•COPY / ADD•RUN•EXPOSE•CMD•docker build . –t •docker alpine , docker slim方法一:在powershell里面执行docker 命令行。创建镜像。PS C:\Users\psmax> docker imagesgetting-started ibm ...原创 2021-04-18 11:24:22 · 422 阅读 · 0 评论 -
将docker镜像push到docker hub
1、登录到docker hub (docker hub注册网址:https://hub.docker.com) #docker login Username: rhl (docker hub上注册的账号) Password: (docker hub上所注册账号的密码)2、使用docker tag 命令为本地镜像添加新的标签 #docker tag image1:latest(本地镜像)rhl/image1:latest(新添加的镜像)3、使用docker push 命...原创 2021-07-11 08:25:19 · 929 阅读 · 0 评论