Category: Azure
Azure Q&A #7 –SQL Insights & Azure Log Analytics Retention
Problem You need to know the maximum amount of time that the SQL Insights data can be stored in Azure Log Analytics. Solution The maximum amount of time that SQL insights data can be stored in Azure Log Analytics is 730 days.
Azure Table Storage Error – Bad Request (400)
In this post, you’ll learn more about the Error Bad Request (400) that is returned when working with the Azure Table Storage Azure Storage Error HTTP Status Code HostInformationNotPresent Bad Request (400) Azure Table Storage Error Description The required host information is not present in the request. You must send a non-empty Host header or include the absolute URI in the request line.
Azure Q&A #11 – Azure Key Vault and Deployments
Problem You are designing an Azure resource deployment that will use Azure Resource Manager templates. The deployment will need to use Azure Key Vault to store secrets. You will need to recommend a solution that prevents the IT staff to perform the deployment from retrieving the secrets directly from the Key Vault. How would you do this? Solution You will need to set enabledForTemplateDeployment in…
Azure Table Storage Error – Bad Request (400)
In this post, you’ll learn more about the Error Bad Request (400) that is returned when working with the Azure Table Storage Azure Storage Error HTTP Status Code EntityTooLarge Bad Request (400) Azure Table Storage Error Description The entity is larger than the maximum size permitted.
Azure Recipe #2 – Monitoring Services
Problem Statement Assume that you have a Azure App Service Web App with Azure Blob storage and Azure SQL database and you are using Application Insights integrated as well. You will need to use the monitoring services for various functionalities with-in your application. Solution There are quite a few monitoring services that you can use with-in your azure subscription. You can use the below services….
Azure Table Storage Error – Conflict (409)
In this post, you’ll learn more about the Error Conflict (409) that is returned when working with the Azure Table Storage Azure Storage Error HTTP Status Code TableBeingDeleted Conflict (409) Azure Table Storage Error Description The specified table is being deleted.
Azure Table Storage Error – Bad Request (400)
In this post, you’ll learn more about the Error Bad Request (400) that is returned when working with the Azure Table Storage Azure Storage Error HTTP Status Code TooManyProperties Bad Request (400) Azure Table Storage Error Description The entity contains more properties than allowed.
Azure Table Storage Error – Bad Request (400)
In this post, you’ll learn more about the Error Bad Request (400) that is returned when working with the Azure Table Storage Azure Storage Error HTTP Status Code PropertiesNeedValue Bad Request (400) Azure Table Storage Error Description Values have not been specified for all properties in the entity.
Azure Table Storage Error – Bad Request (400)
In this post, you’ll learn more about the Error Bad Request (400) that is returned when working with the Azure Table Storage Azure Storage Error HTTP Status Code DuplicatePropertiesSpecified Bad Request (400) Azure Table Storage Error Description A property is specified more than one time.
Azure Table Storage Error – Bad Request (400)
In this post, you’ll learn more about the Error Bad Request (400) that is returned when working with the Azure Table Storage Azure Storage Error HTTP Status Code InvalidInput Bad Request (400) Azure Table Storage Error Description If-Match or If-None-Match headers cannot be specified if the target type does not have etag properties defined.
Azure Table Storage Error – Bad Request (400)
In this post, you’ll learn more about the Error Bad Request (400) that is returned when working with the Azure Table Storage Azure Storage Error HTTP Status Code PropertyValueTooLarge Bad Request (400) Azure Table Storage Error Description The property value is larger than the maximum size permitted.
Azure Recipe #1 – Query Performance Insight and Long Running Queries
Problem You have a SQL Azure database and you wish to identify which queries in your database takes more time to execute. Solution You can use Query Performance Insights in Azure to identify the slow running queries in SQLAzure. The Query Performance Insight provides intelligent query analysis for both single and pooled databases. It is a nice tool that lets you to find queries to…