Accelerating smart building solutions with cloud, AI, and IoT

Throughout our Internet of Things (IoT) journey we’ve seen solutions evolve from device-centric models, to spatially-aware solutions that provide real-world context. Last year at Realcomm | IBcon, we announced Azure IoT’s vision for spatial intelligence, diving into scenarios that uniquely join IoT, artificial intelligence (AI), and productivity tools.
Quelle: Azure

Join Microsoft at ISC2019 in Frankfurt

The world of computing goes deep and wide in regards to working on issues related to our environment, economy, energy, and public health systems. These needs require modern, advanced solutions that can be hard to scale, take a long time to deliver, and were traditionally limited to a few organizations. Microsoft Azure delivers high-performance computing (HPC) capability and tools to power solutions that address these challenges integrated into a global-scale cloud platform.

Join us in Frankfurt, Germany from June 17–19, 2019 at the world's second-largest supercomputing show, ISC High Performance 2019. Learn how Azure customers combine the flexibility and elasticity of the cloud and how to integrate both our specialized compute virtual machines (VMs), as well as bare-metal offerings from Cray.

Microsoft booth presentations and topics include:

How to achieve high-performance computing on Azure
Cray Supercomputing on Azure
Cray ClusterStor on Azure with H-Series VMs
AI and HPC with NVIDIA
Autonomous driving
Live demos
Case studies from partners and customers
More about our recently launched HB and HC virtual machines

To learn more, please come by the Microsoft booth, K-530, and say "hello" on June 17 and June 19.

Microsoft, AMD, and Cray breakfast at ISC

Please join us for a co-hosted breakfast with Microsoft, AMD, and Cray on June 19, 2019 where we will discuss how to successful support your large scale HPC jobs in the cloud. In this session we will discuss our recently launched offers with Cray in Azure, as well as the Azure HB-series VMs optimized for applications driven by memory bandwidth, all powered by AMD EPYC processors. The breakfast is at the Frankfurt Marriott in Gold I-III (1st Floor) from 7:45 AM – 9:00 AM. Please feel free to register for this event.

Supercomputing in the cloud

Building on our strong relationship with Cray, we’re excited to showcase our three new dedicated offerings at ISC. We look forward to showcasing our accelerated innovation and delivery of next generation HPC and AI technologies to Azure customers.

We’re looking forward to seeing you at ISC.

Microsoft's ISC schedule

Tuesday, June 18, 2019

10:30 AM –

10:50 AM

Speaker

Burak Yenier, CEO, TheUberCloud Inc.

Title

UberCloud and Microsoft are helping customers move their engineering workload to Azure

11:30 AM –

11:50 AM

Speaker

Mohammad Zamaninasab, AI TSP GBB, Microsoft

Title

Artificial intelligence with Azure Machine Learning, Cognitive Services, DataBricks

12:30 PM –

12:50 PM

Speaker

Dr. Ulrich Knechtel, CSP Manager – EMEA, NVIDIA

Title

Accelerate your HPC workloads with NVIDIA GPUs on Azure

1:30 PM –

1:50 PM

Speaker

Uli Plechschmidt, Storage Marketing, Cray

Title

Why moving large scale, extremely I/O intensive HPC applications to Microsoft Azure is now possible

2:30 PM –

2:50 PM

Speaker

Joseph George, Executive Director, Cray Inc.

Title

5 reasons why you can maximize your manufacturing environment with Cray in Azure

3:30 PM –

3:50 PM

Speaker

Martin Hilgeman, Senior Manager, AMD HPC Centre of Excellence

Title

Turbocharging HPC in the cloud with AMD EPYC

4:30 PM –

4:50 PM

Speaker

Evan Burness, Principal Program Manager, Azure HPC, Microsoft

Title

HPC infrastructure in Azure

5:30 PM –

5:50 PM

Speaker

Niko Dukic, Senior Program Manager for Azure Storage, Microsoft

Title

Azure Storage ready for HPC

Wednesday, June 19, 2019

10:30 AM –

10:50 AM

Speaker

Gabriel Broner, Vice President and General Manager of HPC, Rscale Inc.

Title

Rescale HPC platform on Microsoft Azure

11:30 AM –

11:50 AM

Speaker

Martijn de Vries, CTO, Bright Computing

Title

Enabling hybrid clusters that span on-premises and Microsoft Azure

12:30 PM –

12:50 PM

Speaker

Rob Futrik, Program Manager, Microsoft

Title

HPC Clustermanagement in Azure via Microsoft programs: CycleCloud / Azure Batch / HP Pack

1:30 PM –

1:50 PM

Speaker

Christopher Woll, CTO, GNS Systems

Title

Digital Engineering Center – The HPC Workplace of tomorrow already today

2:30 PM –

2:50 PM

Speaker

Addison Snell, CEO, Intersect360 Research

Title

HPC and AI market update

3:30 PM –

3:50 PM

Speaker

Rick Watkins, Director of Appliance and Cloud Solutions, Altair

Title

Altair HyperWorks Unlimited Virtual Appliance (HWUL-VA) –  Easy to use HPC-Powered CAE solvers running on Azure

4:30 PM –

4:50 PM

Speaker

Gabriel Sallah, PSE GBB, Microsoft

Title

Deploying autonomous driving on Azure

5:30 PM –

5:50 PM

Speaker

Brock Taylor, Engineering Director and HPC Solutions Architect

Title

HPC as a service on-premises and off-premises considerations for the cloud

Quelle: Azure

Azure Shared Image Gallery now generally available

At Microsoft Build 2019, we announced the general availability of Azure Shared Image Gallery, making it easier to manage, share, and globally distribute custom virtual machine (VM) images in Azure.

Shared Image Gallery provides a simple way to share your applications with others in your organization, within or across Azure Active Directory (AD) tenants and regions. This enables you to expedite regional expansion or DevOps processes and simplify your cross-region HA/DR setup.

Shared Image Gallery also supports larger deployments. You can now deploy up to a 1,000 virtual machine instances in a scale set, up from 600 with managed images.

Here is what one of our customers had to say about the feature:

“Shared Image Gallery enables us to build all our VM images from a single Azure DevOps pipeline and to deploy IaaS VMs from these images in any subscription in any tenant in any region, without the added complexity of managing and distributing copies of managed images or VHDs across multiple subscriptions or regions.”

– Stanley Merkx, an Infrastructure Engineer at VIVAT, a Netherlands based insurance company

Regional availability

Shared Image Gallery now supports all Azure public cloud regions as target regions and all generally available Azure public cloud regions, with the exception of South Africa regions as a source region. Check the list of source and target regions.
In the coming months, this feature will also be available in sovereign clouds.

Quota

The default quota that is supported on Shared Image Gallery resources include:

100 shared image galleries per subscription per region
1,000 image definitions per subscription per region
10,000 image versions per subscription per region

Users can request for a higher quota based on their requirements. Learn how you can track usage in your subscription.

Pricing

There is no extra charge for using the Shared Image Gallery service. You will only pay for the following:

Storage charges for image versions and replicas in each region, source and target
Network egress charges for replication across regions

Getting started

CLI
PowerShell
Azure portal
API
Quickstart templates
.NET
Java

Let’s take a quick look at what you can do with Shared Image Gallery.

Manage your images better

We introduced three new Azure Resource Manager resources as part of the feature—gallery, image definition, and image version—which helps you organize images in logical groups. You can also publish multiple versions of your images as and when you update or patch the applications.

Share images across subscriptions and Azure Active Directory tenants

One of the key capabilities that Shared Image Gallery provides is a way to share your images across subscriptions. Since all three newly introduced constructs are Azure Resource Manager resources, you can use Azure role-based access control (RBAC) to share your galleries or image definitions with other users who can then deploy VMs in their subscriptions, even across Azure Active Directory tenants.

A few common scenarios where sharing images across tenants becomes useful are:

A company acquires another and suddenly the Azure infrastructure is spread across Azure AD tenants.
A company with multiple subsidiaries that use Azure is likely to have multiple Azure AD tenants.

Learn more about how to share your images across tenants.

Distribute your images globally

We understand that business happens at a global scale and you don’t want your organization to be limited by the platform. Shared Image Gallery provides a way to globally distribute your images based on your organizational needs. You only need to specify the target regions and Shared Image Gallery will replicate your image versions to the regions specified.

Scale your deployments

With Shared Image Gallery, you can now deploy up to a 1,000 VM instances in a VM scale set, an increase from 600 with managed images. We also introduced a concept of image replicas for better deployment performance, reliability, and consistency. You can set a different replica count in each target region based on your regional scale needs. Since each replica is a deep copy of your image, you can scale your deployments linearly with each extra replica versus a managed image.

Learn more about how to use replicas.

Make your images highly available

With the general availability of Shared Image Gallery, you can choose to store your images in zone-redundant storage (ZRS) accounts in regions with Availability Zones. You can also choose to specify storage account type for each of the target regions. Check the regional availability of zone-redundant storage.
Quelle: Azure

Three things to know about Azure Machine Learning Notebook VM

Data scientists have a dynamic role. They need environments that are fast and flexible while upholding their organization’s security and compliance policies. Notebook Virtual Machine (VM), announced in May 2019, resolves these conflicting requirements while simplifying the overall experience for data scientists.
Quelle: Azure