微软职位内部推荐-Service Engineer II for Azure Cloud Network

简介: 微软近期Open的职位:Are you interested in helping to drive the direction of a product that defines the cloud industry? Do you enjoy working on fast paced, bl...

微软近期Open的职位:

Are you interested in helping to drive the direction of a product that defines the cloud industry? Do you enjoy working on fast paced, bleeding edge services at massive scale? Microsoft Azure is Microsoft’s enterprise grade cloud platform designed to host highly available and scalable applications. Microsoft Azure provides developers with utility compute and storage to host, scale, and manage Web applications on the Internet through Microsoft data centers.


The Microsoft Azure Team is looking for an experienced Senior Network Engineer who is passionate about scalable enterprise networks, reliable services, and cloud computing platforms. This is a hands on multi-faceted role that requires collaboration with our Cloud Network development team throughout the lifecycle of our network hardware and services. Prior experience designing and operating enterprise class networks and services is required.


Responsibilities:

•Collaborate with Cloud Network development team on v.next design, network automation, and network monitoring (capabilities and configuration)

•Diagnose and resolve Livesite and customer issues that result from network faults

•Perform root cause analysis on network faults; develop and drive technological changes to prevent re-occurrences

•Provide technical oversight for day to day network operations (upgrade, configuration change, device configuration templates)


Required Skills:

•3+ years of experience managing scalable, reliable networks with a deep understanding of the OSI Model, enterprise networks, TCP/IP and diagnosing network faults

•3+ years of experience with L2/L3 switching platform and popular network protocols (STP, BGP, OSPF, VRRP, LACP etc).

•3+ years of experience with large load balancers, ACL management at scale, Intrusion Prevention Systems (IPS), application and stateful packet inspection firewalls and denial of service (DoS) technologies

•1+ years of experience writing production scripts in PowerShell or Python

•BS in Computer Science, math, telecommunications, or equivalent education or experience


Microsoft is an equal opportunity employer. &nbsp All qualified applicants will receive consideration for employment without regard to race, color, gender, sexual orientation, gender identity or expression, religion, national origin, marital status, age, disability, veteran status, genetic information, or any other protected status.

如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com

相关文章
|
Web App开发 SQL 资源调度
CDH/CDP中开启kerberos后如何访问HDFS/YARN/HIVESERVER2 等服务的webui
CDH/CDP中开启kerberos后如何访问HDFS/YARN/HIVESERVER2 等服务的webui
|
数据采集 存储 监控
京东商品价格和评论的数据采集监控系统
对于一个商品来说,其价格在其生命周期内几乎不可能一成不变,很多消费者需要在商品价格低于心理预期时及时收到通知,然后有概率产生购买行为,虽然这种功能可能已经在京东或者淘宝上实现了,但是对于消费者来说,知道整个周期内的具体价格变化情况也很重要,这就是商品价格监控的一个意义所在。
|
存储 数据可视化 计算机视觉
树莓派计算机视觉编程:1~5
树莓派计算机视觉编程:1~5
349 0
|
存储 NoSQL Redis
10)Redis 的管道技术
10)Redis 的管道技术
172 0
|
敏捷开发 资源调度 测试技术
阿里云云效产品使用合集之怎么解绑钉钉组织
云效作为一款全面覆盖研发全生命周期管理的云端效能平台,致力于帮助企业实现高效协同、敏捷研发和持续交付。本合集收集整理了用户在使用云效过程中遇到的常见问题,问题涉及项目创建与管理、需求规划与迭代、代码托管与版本控制、自动化测试、持续集成与发布等方面。
|
8月前
|
存储 XML 图形学
Unity保存数据
在Unity中保存场景数据涉及数据收集、序列化和存储。数据收集包括游戏对象的基本信息(如位置、旋转、缩放、名称和标签)及组件数据(如渲染、物理和自定义脚本组件)。接着,通过序列化将数据转换为可存储格式。示例代码展示了如何使用XML保存场景中的游戏对象及其属性。
|
存储 SQL Java
技术心得记录:压缩包Zip格式详析(全网最详细)
技术心得记录:压缩包Zip格式详析(全网最详细)
|
存储 编解码 前端开发
阿里云服务器2核4G、4核8G、8核16G选择经济型、通用算力型和计算型选择参考
如果我们想购买的云服务器配置是2核4G、4核8G、8核16G配置,目前在阿里云的活动中,可选的实例规格除了轻量应用服务器之外,有经济型e、通用算力型u1、计算型c7、计算型c8y等几个实例规格可选,由于不同实例规格的性能和价格及适用场景不同,因此,有的新手用户可能不知道如何选择,本文将讨论在2核4G、4核8G、8核16G配置下,如何选择经济型、通用算力型和计算型实例,以供参考。
|
数据采集 Rust 安全
Rust在网络爬虫中的应用与实践:探索内存安全与并发处理的奥秘
【8月更文挑战第31天】网络爬虫是自动化程序,用于从互联网抓取数据。随着互联网的发展,构建高效、安全的爬虫成为热点。Rust语言凭借内存安全和高性能特点,在此领域展现出巨大潜力。本文探讨Rust如何通过所有权、借用及生命周期机制保障内存安全;利用`async/await`模型和`tokio`运行时处理并发请求;借助WebAssembly技术处理动态内容;并使用`reqwest`和`js-sys`库解析CSS和JavaScript,确保代码的安全性和可维护性。未来,Rust将在网络爬虫领域扮演更重要角色。
232 1
|
JavaScript jenkins 持续交付
Jenkins自动化构建Vue项目的实践
在现代的Web开发中,Vue.js已经成为一种非常流行的JavaScript框架。为了更高效地管理和部署Vue.js项目,使用自动化构建工具是至关重要的。Jenkins作为一款强大的持续集成和持续部署(CI/CD)工具,为我们提供了一种便捷的方式来自动化构建Vue.js项目。本文将介绍如何在Jenkins中配置和使用自动化构建Vue.js项目的步骤。
285 1
Jenkins自动化构建Vue项目的实践