Showing results for Data - Developer Support

Dec 30, 2019
1
0

DBA’s thoughts about monitoring SQL Server in Azure

Developer Support
Developer Support

Monitoring our systems is key to a healthy, predictable, and stable environment. Learn how Azure Monitor helps simplify monitoring of Azure solutions including data platforms such as Azure SQL.

TeamAzure MonitorAzure SQL
May 31, 2019
0
0

Dynamics 365 Implementation Pt. 3 – Postman

Developer Support
Developer Support

With tools such as Postman, you can easily send HTTP requests to your APIs. This technique can help test the fields that are being added to the integration message to see if they pass or fail. This helps in the efforts to test if the integration message being sent will successfully get posted in Dynamics 365.

TeamDynamics
May 28, 2019
0
0

Understanding how Microsoft Azure keeps your data safe

Developer Support
Developer Support

When it comes to data, there is never a thing as too much security. With identify theft and breaches becoming a daily occurrence, ensuring sensitive information is protected is essential to business. Microsoft Azure has been designed from the ground-up to be one of the most secure places to store your information. Let me prove it!

TeamAzureSecurity
May 27, 2019
3
0

Dynamics 365 Implementation Pt. 2 – Data Migration Process

Developer Support
Developer Support

Throughout a typical Dynamics project, various environments are setup to prevent the existing environments from being affected by the changes being pushed to an environment. This is the model most firms follow when they have mastered the release sequence in their CI/CD.

TeamDynamics
Apr 19, 2019
0
0

AKS Series – Use Azure Storage Option as Persistent Volumes in AKS

Developer Support
Developer Support

One of the best practices with containers is not to persist data inside the containers for long term as containers are ephermal. These containers can be removed and rebuilt very often and may require storage that persists across pods beyond the application lifecycle. In this blog post, we will learn about how to create Persistent Volumes in AKS wi...

TeamKubernetesMonu Bambroo
Mar 12, 2019
0
0

Planning the future for NoSQL Cassandra DB Applications on Azure

Developer Support
Developer Support

In this post, App Dev Manager Shany Wiesel explains the different deployment models for Apache Cassandra on Azure. Microsoft Azure is an open cloud platform that runs both Microsoft as well as non-Microsoft software which includes operating systems, application servers, messaging middleware as well as SQL and NoSQL databases from both commer...

TeamCosmosDB
Mar 1, 2019
0
0

Exploring Feature Weights using R and Azure Machine Learning Studio

Developer Support
Developer Support

I find that machine learning experiment’s results are always interesting and somewhat unexpected in certain cases. On this comparison, the feature ranking results of PFI are often different from the feature selection statistics that are utilized before a model is created. This is useful in many cases, especially when training “black-box” models whe...

TeamMachine Learning
Nov 28, 2018
0
0

How to Encrypt SQL communication on the wire

Developer Support
Developer Support

While on-premises, most applications did not take advantage of securing communications to the database on the wire just because of the inherent isolation advantages of having the application ONLY on the internal LAN. However, as more and more of these applications start moving to the cloud, the security of data over the wire is rightfully starting ...