Showing archive results for 2018

Apr 20, 2018
Post comments count0
Post likes count0

Sequence Intent Classification Using Hierarchical Attention Networks

App Center Team

In this code story, we will discuss applications of Hierarchical Attention Neural Networks for sequence classification. In particular, we will use our work the domain of malware detection and classification as a sample application. Malware, or malicious software, refers to harmful computer programs such as viruses, ransomware, spyware, adware, and ...

Apr 20, 2018
Post comments count0
Post likes count0

Get Community driven Docker images for Web app for Containers

App Center Team

You can now find community driven docker images to try out on Web App for Containers on Github. These images follow best practices for Web app for containers , contain SSH for debugging purposes. How to deploy: These docker images can be found on Docker hub on hub.docker.com/r/appsvcorg. Use the latest tag for the most recent version of the imag...

Apr 18, 2018
Post comments count0
Post likes count0

Top stories from the VSTS community – 2018.04.13

App Center Team

Here are top stories we found in our streams this week related to DevOps, VSTS, TFS and other interesting topics, listed in no specific order: TOP STORIES •Is there a place for DevOps in desktop software development? Andrei Marukovich raises the question whether the DevOps principles, widely accepted by cloud and Web projects, may benefit desktop ...

Apr 18, 2018
Post comments count0
Post likes count0

Soft delete for Azure Storage Blobs now in public preview

App Center Team

Today we are excited to announce the public preview of soft delete for Azure Storage Blobs! The feature is available in all regions, both public and private. When turned on, soft delete enables you to save and recover your data where blobs or blob snapshots are deleted. This protection extends to blob data that is erased as the result of an overwr...

Apr 18, 2018
Post comments count0
Post likes count0

Announcing the Availability of Azure Functions in National Clouds

App Center Team

To further our commitment of providing the latest in cloud innovation for each and every one of our customers, we’re excited to announce the availability of Azure Functions in three separate national clouds – China, Germany and United States Government. National or sovereign clouds are physically and logically network-isolated instances of Micros...

Apr 18, 2018
Post comments count0
Post likes count0

Deploying WordPress Application using Visual Studio Team Services (VSTS) and Azure – Part two

App Center Team

This post is the second part of two blog posts describing how to setup a CI/CD pipeline using Visual Studio Team Services (VSTS) for deploying a Dockerized custom WordPress website working with Azure WebApp for Containers and Azure Database for MySQL. In Deploying WordPress application using Visual Studio Team Services and Azure - part 1 we describ...

Apr 18, 2018
Post comments count0
Post likes count0

The March 2018 release of SQL Operations Studio is now available

App Center Team

We are excited to announce the March release of SQL Operations Studio is now available. Download SQL Operations Studio and review the Release Notes to get started. SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux. To learn more, visit our Github.

Apr 13, 2018
Post comments count0
Post likes count0

Adding support for Debug Adapters to Visual Studio IDE

App Center Team

Since its release, Visual Studio Code’s extension model, based on well-known web technologies such as TypeScript and JSON, has attracted a great deal of participation from the community, with hundreds of extensions published to provide support for exciting new languages and technologies. Visual Studio 2017 took the first steps towards participating...

Apr 13, 2018
Post comments count0
Post likes count0

What’s new in VSTS Sprint 131 Update

App Center Team

The Sprint 131 Update of Visual Studio Team Services (VSTS) has rolled out to all accounts and includes several features that were prioritized and influenced by feedback over the last several months. The Work Items hub, which is now generally available, brings important work together into a new hub with several views for items you’re following, yo...

Apr 13, 2018
Post comments count0
Post likes count0

Explore CosmosDB with .NET Core and MongoDB

App Center Team

Have you had to design general purpose “metadata” tables in your SQL database that basically store column names and values? Do you often serialize/de-serialize XML or JSON from your SQL tables to handle volatile schemas and data? .NET developers have traditionally worked with relational database management systems (RDMS) like SQL Server. RDMS syste...