The Alpha AXP, part 7: Memory access, loading unaligned data
Last time, we look ed at loading aligned memory. Now we're going to look at unaligned data. Let's load an unaligned quad. The unaligned quad will span two aligned quads, so we will need to load two...
View ArticleRapidly deploy Serverless Azure Functions using PowerShell
Editor's note: The following post was written by Cloud and Datacenter Management MVP Doug Finke as part of our Technical Tuesday series. Albert Duan of the MVP Award Blog Technical Committee served as...
View ArticleTechnical Case Study for converting Glimpses WPF application to UWP
Anees Ahammed, Founder and Developer of Glimpses, teamed up with us for a multi-day Hackfest; during which we worked on converting his application glimpses to UWP app and publish it to the Windows...
View ArticleThe technologies I use on the field – C/C++ Missions
When I have to handle a customer with native applications, the context is completely different from managed .NET missions. First, a C/C++ compiler of 10 years ago still works. So what ? You can work...
View ArticleHow Not to Use Service Fabric Default Services
This post on avoiding the use of Default Services in your Service Fabric application comes to us from Premier Developer consultant Larry Wall and Application Development Manager Danny Kolke. Service...
View ArticleAdvisory: Git vulnerability with submodules
The Git community has disclosed a serious security vulnerability in Git that can lead to arbitrary code execution. This has been assigned CVE 2017-1000117. The Visual Studio Team Services (VSTS) team...
View ArticleApplication Insights Planned Maintenance – 08/10 – Final Update
Final Update: Wednesday, 16 August 2017 00:40 UTCMaintenance has been completed on infrastructure for Application Insights Availability Web Test feature.Necessary updates were installed successfully...
View ArticleApp Service Domain のプレビューを発表
執筆者: Sunitha Muthukrishna (Program Manager, Azure App Service) このポストは、7 月 25 日に投稿された Announcing the preview of App Service domain の翻訳です。 通常、運用 Web アプリでは、ユーザーにカスタム ドメイン名を表示します。これを設定するためのツールとして、本日、App...
View ArticleApp Service Isolated の一般提供 – 性能、拡張性、使いやすさが向上
執筆者: Stella Lin (Sr. Product Manager) このポストは、7 月 26 日に投稿された Announcing App Service Isolated, more power, scale and ease of use の翻訳です。 このたび、マルチテナントな App Service のシンプルさを App Service Environment (ASE)...
View ArticleEnd of Support for Host Integration Server 2009
Microsoft Host Integration Server 2009 will reach end of extended support on July 09, 2019. If you are using this version, please upgrade to Host Integration Server 2016 before July 09, 2019 to ensure...
View ArticleAzure-Linux VM Boot Troubleshooting
Hello All, So your VM is not Booting.(after it was working for a while). In this scenario we are debugging the Guest OS and not the Platform. First we need to understand if it's booting fully and not...
View ArticleThe Alpha AXP, part 8: Memory access, storing bytes and words and unaligned data
Storing a byte and word requires a series of three operations: Read the original data, modify the original data to incorporate the byte or word, then write the modified data back to memory. To assist...
View ArticlePart 2: Secure your Logic App using API Management – Access Restriction Policies
This is the second part in the series about securing your Logic Apps. In the previous post, I’ve provided several ways to secure your Logic App at the Trigger Level. In this post, I’m going to show how...
View ArticleEarly technical preview of JDBC 6.3.1 for SQL Server released!
We are delighted to release a new early technical preview of the JDBC Driver for SQL Server. Precompiled binaries are available on GitHub and also on Maven Central. Below is a summary of the new...
View ArticleEditing a .bacpac file
There are times when for whatever reason you just wish you could make a change to a .bacpac file before you import it into Azure. Inside a bacpac file The inside of a bacpac is usually a closed book,...
View ArticleClaims augmentation with OWIN but outside of Startup code
This post on authentication and authorization is from Premier Developer consultant Marius Rochon. Claims list included in the ClaimsPrincipal usually originate from the security token received by the...
View ArticleKnown Issue: Package deployment progress not visible in the UI in LCS
We have discovered a bug in the 'Apply Updates' flow in Lifecycle Services, where the step details are not visible in the 'Environment Updates' section shown in the UI when a package is applied to an...
View ArticleAugust release notes
The Microsoft Dynamics Lifecycle Services team is happy to announce the immediate availability of the August release of Lifecycle Services (LCS). Deploy different environment types Customer...
View ArticleKnown Issue: Applying package fails on environments deployed with App 7.0 or...
With the August release of LCS, we have found a bug that causes package applied using the 'Apply Updates' flow to fail when trying to download the package in the pre-servicing stage. This issue is...
View ArticleThe Alpha AXP, part 9: The memory model and atomic memory operations
The Alpha AXP has a notoriously weak memory model. When a processor writes to memory, the result becomes visible to other processors eventually, but there are very few constraints beyond that. For...
View Article