CQRS with Azure Strean Analytics

I'm looking at a persistence service for a CQRS application. The CQRS application has a read side where it gathers all the events and then project to the output. In my case the events are similar to the orders being processed. It can go through few state
transitions. It's price, discount etc... all can change. They are all saved as events. The UI will display the latest stat of the order which is the query part.
I looked at
Stream Analytics which takes care of the replaying logic etc... from my custom implementation. My question is, anyone has used Stream Analytics for a CQRS solution? My next question is about the pricing. Is it hosted in a VM so I can expect a monthly bill
of minimum $200?
Appreciate your feedback.

Checkout Azure Stream Analytics pricing details here ->
http://azure.microsoft.com/en-us/pricing/details/stream-analytics/
You don't reserve a VM, so you pay only for what you use and in many cases monthly bill can be much less than $200. That's one of the big value of Azure Stream Analytics- very low development as well as hosting cost for most of the common scenarios.
 

Similar Messages

  • PowerBI & Azure Stream Analytics jobs login issue

    Hello team,
    We are working as early-adopter partner for Azure Stream Analytics along with azure IoT suite, we recently have got 'PowerBI' services enabled as 'output' connector of stream analytics job on our corporate subscription & accessing our same org. id to
    login into Azure Stream analytics & powerBI services.
    But, to the great surprise, after creating SA job, configured 'powerbi' as output , it's getting redirect for authorization , applied powerbi 'dataset' & 'table' name. But, after logged into the app.powerbi.com portal, not able to see the 'stream analytics
    job dataset' & 'table'.
    Note: We are using same Org id for login & creating SA jobs & login into powerbi preview portal.
    Would be great if there's a specific instructions/guide for connecting powerbi with ASA job apart from this. Any pointer will be appreciated.
    Thanks,
    Anindita Basak
    MAX451, Inc. 
    Anindita

    Hello there,
    Thanks for the reply.
    No , we're not able to see any event status as 'Failed' on SA operation logs. Attached the relevant screenshot of event logs.
    The jobs are running fine, if we use SQL Azure tables as 'output' connector, the data is available. Only using PowerBI output connector, 'datasets' are not visible though we're using same org id (i.e
    [email protected]) for creation of ASA jobs & login into powerbi subscription.
    Thanks for your help!.
    Anindita Basak
    MAX451, Inc
    Anindita

  • Azure remote App with Azure SQL Backend

    Hi, If I had an application which utilised a SQL backend could I host the front end in Azure remote app and the backend on an Azure SQL database or would I need to use IAAS to provide the backend?
    Many thanks
    James 

    Hi James,
    If the application is designed to be compatible with Azure SQL Database then yes, you can use Azure RemoteApp for the frontend and Azure SQL Database for the backend.  If the application is not compatible with Azure SQL Database then you would
    need to use SQL Server running in an IaaS VM, or SQL Server running in an on-premises VM.  The IaaS VM or SQL Database should be in the same Azure region as the RemoteApp collection in order to minimize latency.
    For example, say you have an internally-developed application that uses SQL Server 2012 as its backend database.  Before you would be able to use Azure SQL Database you would first need to migrate the database to Azure SQL Database and make any changes
    necessary to the application and/or database for compatibility.  The SQL Database Migration Wizard is helpful for this process.
    -TP

  • Error while Authenticating sharepoint site with Azure AD users using Azure Access Control Namespace

    I have a Sharepoint site running on Azure virtual Machine. Now i want to authenticate my sharepoint site with Azure AD users.
    For this i have followed below link, but getting error after login.
    Using Microsoft Azure Active Directory for SharePoint 2013 authentication
    I have implemented as given on reference link, but still facing error. When i access my url from browser, it will ask me through which you want to logon.
    Then on selection of ACS Provider, it will redirect me to office365 login. After i submit my credentials, it will redirect me to
    https://testvm.cloudapp.net/_trust/
    and got error. So i checked in sharepoint log and found below error.
    Cannot find site lookup info for request Uri urn:sharepoint:spvms.
    SPAudienceValidator: Audience uri 'urn:sharepoint:spvms is not valid for the context.
    Getting Error Message for Exception Microsoft.IdentityModel.Tokens.FailedAuthenticationException: The Audience URI could not be validated.
    SPSaml11SecurityTokenHandler: Audience validation failed for request 'https://testvm.cloudapp.net/_trust/' with
    the following audience URIs: 'urn:sharepoint:spvms', .
    Application error when access /_trust/, Error=The Audience URI could not be validated.
    at Microsoft.SharePoint.IdentityModel.SPSaml11SecurityTokenHandler.ValidateConditions(SamlConditions conditions, Boolean enforceAudienceRestriction)
    at Microsoft.IdentityModel.Tokens.Saml11.Saml11SecurityTokenHandler.ValidateToken(SecurityToken token)
    at Microsoft.IdentityModel.Tokens.SecurityTokenHandlerCollection.ValidateToken(SecurityToken token)
    at Microsoft.IdentityModel.Web.TokenReceiver.AuthenticateToken(SecurityToken token, Boolean ensureBearerToken, String endpointUri)
    at Microsoft.IdentityModel.Web.WSFederationAuthenticationModule.SignInWithResponseMessage(HttpRequest request)
    at Microsoft.IdentityModel.Web.WSFederationAuthenticationModule.OnAuthenticateRequest(Object sender, EventArgs args)
    at Microsoft.SharePoint.IdentityModel.SPFederationAuthenticationModule.OnAuthenticateRequest(Object sender, EventArgs eventArgs)
    at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    I want 100,000 external users to have access to my SharePoint online Site collection.
    I was thinking of going the Azure AD route, where external users will have there ID's created in Azure AD cloud.
    Trying to figure how I can integrate Azure AD cloud with my SharePoint Online Site collection.
    Currently my site collection is tied to On-premise AD.
    Is there a way to integrate the SharePoint online to use both Azure AD and On-premise AD?
    Thanks
    Nate
    Any Answer here?

  • Record rtsp streams with azure media services

    Hello.
     I see that Azure media service now has rtsp streaming support, but, as I understand, it can stream videos from azure, but what about recording of incoming rtsp streams? Is it possible to record rtsp streams with Azure media Service?
    Andrey

    Quick correction for you... We support RTMP.  Not RTSP.
    You can send a live RTMP stream to us and we will record it.  You just need to enable a live Channel and start a Program on it.  It will archive the live stream to storage so that you can play it back as VOD.

  • Applicationhost.config updates for HTTP Slow Post with Azure Websites

    We are trying to update our Azure websites to not show as vulnerable to the HTTP Slow Post vulnerability. Some articles suggest fixing this by updating the applicationHost.config via IIS to update the connection timeout values. Obviously with Azure websites,
    we don't have access to IIS. Came across some options with Kudu and XDT to modify the application host file, as outlined on these two sites:
    http://azure.microsoft.com/en-us/documentation/articles/web-sites-transform-extend/#transform
    http://rtigger.com/blog/2014/03/31/number-til-modifying-you-azure-applicationhost-dot-config
    Currently am using the following as our applicationHost.xdt (I have this both in our application root, as well as in a SiteExtensions folder as I wasn't clear which one was required).
    <?xml version="1.0"?> 
    <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> 
    <system.applicationHost>
            <sites>
                <siteDefaults>
                    <limits connectionTimeout="00:00:30"
    xdt:Transform="Insert" />
                </siteDefaults>
                <applicationDefaults applicationPool="DefaultAppPool" />
                <virtualDirectoryDefaults allowSubDirConfig="true" />
            </sites>
            <webLimits connectionTimeout="00:00:30"
    xdt:Transform="Insert" />
    </system.applicationHost>
    </configuration> 
    We also set the WEBSITE_PRIVATE_EXTENSIONS app-setting to 1 as instructed.
    When testing our site using a 3rd party tool, it appears the setting is not getting applied. Hoping someone can point out where our error may be. Alternatively, is there any way to see what the current applicationHost.config is for our website? I'm curious
    if our XDT is correctly being applied, so if we could see what the resulting file was that may also allow us to further troubleshoot.
    Thanks in advance for any advise!

    Please see
    this page, which has detailed steps on finding your applicationhost.config and finding the logs from the transformation. And please make sure that your applicationhost.xdt is in your
    d:\home\site folder (and not in your site\wwwroot).
    David

  • Issues with Azure South East Australia on Saturday @ 7am-8am Sydney Time

    Hello there
    Yesterday Saturday 10th of Jan @ approx 7.28am until 8am our CAS003AU virtual server was non responsive.
    It came online on it’s own.
    This server is in the Azure South East Australia region.  I have checked your status pages and found logged an issue on 7th of Jan (UTC time) which doesn’t appear to correlate to this issue.
    Can you urgently investigate and advise why this happened? Why it isn’t on your status page?  How can we ensure this doesn’t happen again?
    I’m available via email: [email protected]
    thanks
    Jacob Ohlson
    PowerNET

    Hi Jacob,
    We had a service Incident with Cloud Services and Virtual Machine over East US region which was affected from Jan 9th 2015 22:49 UTC to Jan 10th 2015 1:48 UTC.
    As per your issue, we dont not see any service incident over South East Australia region. We suggest you to open a Service Request with Azure Technical Support in order to dig deep to know the Root Cause Analysis of the issue.
    http://azure.microsoft.com/en-us/support/options/
    Regards,
    Manu Rekhar

  • Powershell cmdlets to access Azure Storage Analytics

    Hi,
    Are there PowerShell cmdlets to access Azure Storage Analytics data (Capacity Metrics)?
    -Vatsalya
    Vatsalya - MSFT The views and opinions expressed herein are those of the author and do not necessarily reflect the views of Microsoft.

    Hi Vatsalya,
    You could refer to this code sample about blob analytics metrics (https://gist.github.com/RichardSlater/4753866/raw/91a2bf45fb24dff4f770a1384c3e6578ecbd20d5/Get-CapacityMetrics.ps1
    ) about "StorageAnalyticsMetrics". In this sample, you didn't need to specify the container name.
    Please try it.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can Peoplesoft HCM 9.2 can be integrated with Oracle HR Analytics?

    Hi All,
    Please help me understand if Peoplesoft HCM 9.2 can be integrated with Oracle HR Analytics? If so what is the latest Version  for that.
    What is the road map for that.
    Thanks in Advance
    J Smith

    Normally, Oracle will lag behind in certifying the latest PSoft releases...however, we are using OBIA 7964 with PSoft FSCM 9.2 using the 9.1 SDE adaptors.  It seems to work fine.  In general, its best to ensure the version is certified but you can ask Oracle support if the 9.1 adaptor can be used for 9.2 HCM.  If there are not significant structural changes for the tables in PSoft, it may work.  As for the dates for certification, Oracle would have to assist with that.  We have asked about FSCM 9.2 4 months ago and it is still not certfied.
    Pls mark correct...

  • Secure RD Web Access with Azure MFA

    We are keen to deploy RD Web Access for external users but can't find any guidance on securing it with Multi-Factor Authentication (MFA - formerly PhoneFactor).
    We currently use MFA with our RD Gateway for users who connect directly to VMs via RDP but want to give other users access to RemoteApps via RD Web Access with the same two factor authentication.
    Cheers for now
    Russell

    Hi,
    Thank you for posting in Windows Server Forum.
    I am afraid that still there is no direct MFA for RD Web but need to login through RD Gateway which can access as follow. A Remote Desktop login request to RD Gateway that includes Azure MFA looks like this:
    1. User logs into RD Web Access and double clicks a RemoteApp (or desktop connection)
    2. The user’ login credentials for the website are used to validate the user (Web SSO), so no need to give them again.
    3. The user then gets an SMS text message on their smart device that provides them a 6 digit numeric code (the one-time password).
    4. The user replies to the text message by inputting this 6 digit code and adding their unique pre-defined PIN to the end of the sequence – Azure MFA includes the option to require the user know a predefined unique PIN as well, so that replies to a text message
    have to come from the user.
    5. The user is authenticated, and the RemoteApp (or desktop connection) opens.
    More information.
    Step By Step – Using Windows Server 2012 R2 RD Gateway with Azure Multifactor Authentication
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Dharmesh,
    I owe you an apology, I'd forgotten that when you access RD Web Access you're only downloading an RDP file which then uses the RD Gateway to connect the client to the RemoteApp. If we already have the RD Gateway in place and configured with MFA this will
    produce the required result.
    Sorry
    Russell

  • CheckPoint With Azure S2S

    I was trying to set up a S2S with checkpoint and was going through the Configuration steps provide on MS site.
    https://msdn.microsoft.com/library/azure/jj156075.aspx#bkmk_DynamicRoutingIPSec
    This Steps had below statements:
    When setting up a Site-to-Site VPN with Azure, you will need to see if Azure is offering subnet-to-subnet or gateway-to-gateway VPN:
    If Azure is using subnet-to-subnet, them Check Point side must be configured in the following way in Check Point SmartDashboard: go to 'IPSec VPN' tab -
    double-click on the relevant VPN Community - go to the 'Tunnel Management' page - in the section 'VPN Tunnel Sharing', select
    'One VPN tunnel per subnet pair' - click on 'OK' to apply the settings - install the policy.
    If Azure is using gateway-to-gateway, them Check Point side must be configured in the following way in Check Point SmartDashboard: go to 'IPSec VPN' tab - double-click
    on the relevant VPN Community - go to the 'Tunnel Management' page - in the section 'VPN Tunnel Sharing', select 'One VPN tunnel
    per Gateway pair' - click on 'OK' to apply the settings - install the policy.
    I was confused with "If Azure is using subnet-to-subnet" and "If Azure is using gateway-to-gateway".
    I have a Dynamic routing setup and waiting on this clarification!!
    So I do I know how Azure is configured?? 

    I was trying to set up a S2S with checkpoint and was going through the Configuration steps provide on MS site.
    https://msdn.microsoft.com/library/azure/jj156075.aspx#bkmk_DynamicRoutingIPSec
    This Steps had below statements:
    When setting up a Site-to-Site VPN with Azure, you will need to see if Azure is offering subnet-to-subnet or gateway-to-gateway VPN:
    If Azure is using subnet-to-subnet, them Check Point side must be configured in the following way in Check Point SmartDashboard: go to 'IPSec VPN' tab -
    double-click on the relevant VPN Community - go to the 'Tunnel Management' page - in the section 'VPN Tunnel Sharing', select
    'One VPN tunnel per subnet pair' - click on 'OK' to apply the settings - install the policy.
    If Azure is using gateway-to-gateway, them Check Point side must be configured in the following way in Check Point SmartDashboard: go to 'IPSec VPN' tab - double-click
    on the relevant VPN Community - go to the 'Tunnel Management' page - in the section 'VPN Tunnel Sharing', select 'One VPN tunnel
    per Gateway pair' - click on 'OK' to apply the settings - install the policy.
    I was confused with "If Azure is using subnet-to-subnet" and "If Azure is using gateway-to-gateway".
    I have a Dynamic routing setup and waiting on this clarification!!
    So I do I know how Azure is configured?? 
    So How do I know - how azure is configured! "Subnet to Subnet" or "Gateway to gateway"

  • Restore WindowsImageBackup files with Azure Backup

    Hi,
    I've made backups with Windows Server Backup (Azure Windows 2012 R2 VM) and included all options, Bare metal restore, system state C: etc. To make things easy I'll call this server Server-A.
    The destination of the created WindowsImageBackup folder is a vhd that has been initialized in Windows. After the Windows Server backup job was completed a Azure Backup job made a backup to a Azure store.
    For testing purposes I recovered the WindowsImageBackup folder to a different server (Server-B).
    I've noticed that the Windows Server Backup wizard of Server-B doesn't recognize the volume that was backedup by Server-A. I can only browse through the WindowsImageBackup folder seeing some files that belong to Windows Server Backup.
    Is there a way to fix this?
    Thanks!

    Hi Hero Kee,
    I'm not sure what you mean by a full recovery of a VM, but you can refer the following links to backup your Azure virtual machines with Azure Backup and it gives you the option to restore the VM from the latest recovery
    point or older recovery point. You can restore to an existing cloud service or create a new cloud service to create the VM. You have the ability to specify the virtual network and subnet for the restored VM.
    http://azure.microsoft.com/blog/2015/03/26/azure-backup-announcing-support-for-backup-of-azure-iaas-vms/
    https://azure.microsoft.com/en-us/documentation/articles/backup-azure-vms/Hope
    this helps.
    Regards,
    Malar.

  • Integrate your on-premises infrastructure with Azure

    Integrate your on-premises infrastructure with AzureIf you’ve experimented with Microsoft Azure, or are already using it for some of your IT functionality, you may be ready to take that next step and integrate your infrastructure with Azure so you can use it as an extension to your on-premises infrastructure. Finding all the information that helps you do this can be very time consuming. To help decrease the amount of time required to extend your datacenter to Azure, we’ve released the Datacenter extension reference architecture diagram, a static version is shown above.The diagram shows what a datacenter extension might look like, but it probably also leaves you wondering what everything in it is exactly, and why it’s in the diagram.What’s great about the diagram is that it’s interactive. You can click on every object in the diagram to...
    This topic first appeared in the Spiceworks Community

    Yes the current OneDrive for Business app for IOS supports logging in to on-premises SharePoint environments using NTLM or Forms based Authentication without requiring an office 365 account.  Check the FAQs here:
    http://blogs.office.com/2014/02/27/introducing-onedrive-for-business-for-ios-v1-2/
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Release management with Azure and Visual Studio Online (Cloud TFS)

    What strategy would you use to manage the releasing of versioned software to Azure cloud services (web and worker roles)? We are not looking for continuous integration. We are using Visual Studio 2013 and Visual Studio Online (Cloud TFS).
    At one point, we were releasing straight from Visual Studio using the Azure Cloud Project Publish tool. This is really bad practice in my opinion as you can never be sure what you are really releasing. Additionally, there is no automated control on the labeling
    or branching of code, or the running of unit tests and code analysis checks.
    Next, we employed Release builds on Visual Studio Online. Before deployment, one would edit the appropriate Build Definition (whether it be for Test or Production by and filling in the code label (under the "Get Version" build property) that is to
    be released. This would then get the appropriate code (by the label specified), build it, and release it to whatever cloud service is specified in the targeted Cloud Project profile (this is using the AzureContinuousDeployment.11.xaml template).
    There is still a degree of manual intervention involved. Also, the fact that a version of code is built every time before it is released is not ideal (as far as I understand it would be better if it was packaged once).
    Microsoft Release Management tools
    look ideal for the job, but are not supported with Visual Studio Online.
    Is there a better way of handling our releases?

    /waves hand.. These are not the tools you seek. You are looking for continuous integration.
    Although CI has the word continuous in there, it does not mean "all the time, every checkin". It can easily refer only to those bits you want to release - -and the way to tell the system which bits you want released is to merge them to a Releases
    branch.
    If you do this, not only do you get all the joy of controlled CI, but you guarantee what you release is exactly what is controlled in your SCM - under the Releases branch, preferably tagged or otherwise noted as a particular release. That means you can also
    rollback to a previous release by simply reverting to a previous release in your SCM!
    Of course you don't have to let it happen automatically, you can set it up to build 'continually' and then remove the check on the SCM to see if any changes have been committed. You can replace this with the manual build button.

  • Connection cancellation error with Azure

    Hello!
    From night to day started getting the error below when I run my application on the local machine. Publishing the application on Azure have no problems.
    I researched this error and in some places say it is temporary. Try again later. Others say it can be in zone function time. Modified the machine time and did not work.
    The level of application did not modify anything. Continue with the same version of the SDK (2.3). Just follow the development of new features in the application. I did not update any components.
    Follow the below error:
    Erro de Servidor no Aplicativo '/'.
    Foi forçado o cancelamento de uma conexão existente pelo host remoto
    Descrição: Ocorreu uma exceção sem tratamento durante a execução da atual solicitação da Web. Examine o rastreamento de pilha para obter mais informações sobre o erro e onde foi originado no código. 
    Detalhes da Exceção: System.Net.Sockets.SocketException: Foi forçado o cancelamento de uma conexão existente pelo host remoto
    Erro de Origem: 
    Exceção sem tratamento foi gerada durante a execução da atual solicitação da Web. As informações relacionadas à origem e ao local da exceção podem ser identificadas usando-se o rastreamento de pilha de exceção abaixo.
    Rastreamento de Pilha: 
    [SocketException (0x2746): Foi forçado o cancelamento de uma conexão existente pelo host remoto]
    System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) +6610791
    System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) +56
    [IOException: Não é possível ler os dados da conexão de transporte: Foi forçado o cancelamento de uma conexão existente pelo host remoto.]
    System.Net.TlsStream.EndWrite(IAsyncResult asyncResult) +230
    System.Net.PooledStream.EndWrite(IAsyncResult asyncResult) +13
    System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar) +116
    [WebException: A conexão subjacente estava fechada: Erro inesperado em um envio.]
    System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context) +2240362
    System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult) +14
    System.Net.WebClient.UploadBitsRequestCallback(IAsyncResult result) +86
    [DataCacheException: ErrorCode<ERRCA0030>:SubStatus<ES0001>:Unable to complete authorization request for connecting to the caching endpoint. Please try again after sometime. If the issue persists, contact Microsoft support. ]
    Microsoft.ApplicationServer.Caching.AcsTokenManager.ThrowLastAcsException(Exception exception) +265
    Microsoft.ApplicationServer.Caching.AcsTokenManager.GetOrRefreshToken(TimeSpan timeout) +778
    Microsoft.ApplicationServer.Caching.SocketClientChannel.TryAuthorizeMessage(IAuthorizedChannel channel, IVelocityRequestPacket packet) +76
    Microsoft.ApplicationServer.Caching.SocketClientChannel.Send(EndpointID endpoint, IVelocityRequestPacket packet) +395
    [DataCacheException: ErrorCode<ERRCA0030>:SubStatus<ES0001>:Unable to complete authorization request for connecting to the caching endpoint. Please try again after sometime. If the issue persists, contact Microsoft support.]
    Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ErrStatus errStatus, Guid trackingId, Exception responseException, Byte[][] payload, EndpointID destination) +292
    Microsoft.ApplicationServer.Caching.DataCacheFactory.EstablishConnection(IEnumerable`1 servers, RequestBody request, Func`3 sendMessageDelegate, DataCacheReadyRetryPolicy retryPolicy) +878
    Microsoft.ApplicationServer.Caching.<>c__DisplayClass5.<Initialize>b__2(RequestBody req) +83
    Microsoft.ApplicationServer.Caching.SocketClientProtocol.SendReceive(IVelocityRequestPacket request, Func`2 delegate, EndpointID& destination) +34
    Microsoft.ApplicationServer.Caching.SocketClientProtocol.Initialize(IEnumerable`1 servers) +367
    Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName, CreateNewCacheDelegate cacheCreationDelegate, DataCacheInitializationViaCopyDelegate initializeDelegate) +400
    Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName) +61
    Microsoft.Web.DistributedCache.DataCacheFactoryWrapper.CreateDataCacheFromFactory(DataCacheFactory factory, String cacheName) +13
    Microsoft.Web.DistributedCache.CacheHelpers.RunCacheCreationHooks(CacheConnectingEventArgs fetchingEventArgs, IDataCacheFactory dataCacheFactory, Object sender, EventHandler`1 fetchingHandler, EventHandler`1 fetchedHandler) +65
    Microsoft.Web.DistributedCache.DistributedCacheSessionStateStoreProvider.CreateInternalProvider(IHttpRuntime httpRuntime, SessionInitializationData initData, IDataCacheFactory dataCacheFactory, EventHandler`1 cacheFetching, EventHandler`1 cacheFetched) +83
    Microsoft.Web.DistributedCache.DistributedCacheSessionStateStoreProvider.GetInternalProvider() +148
    Microsoft.Web.DistributedCache.DistributedCacheSessionStateStoreProvider.ResetItemTimeout(HttpContext context, String id) +13
    System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +622
    System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +285
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
    Informações sobre a Versão: Microsoft .NET Framework Versão:4.0.30319; Versão do ASP.NET:4.0.30319.34212

    Hi TChiang!
    Thanks for help!
    The value for parameter "usedevelopmentstorege' is 'true'. See below my ServiceConfiguration.Local.cscfg with some values changed:
    <?xml version="1.0" encoding="utf-8"?>
    <ServiceConfiguration serviceName="X.WindowsAzure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="4" osVersion="*" schemaVersion="2014-01.2.3">
    <Role name="X.Presentation.Ext.Net">
    <Instances count="1" />
    <ConfigurationSettings>
    <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
    <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.Enabled" value="true" />
    <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountUsername" value="username" />
    <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="XYZ" />
    <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountExpiration" value="2014-02-07T23:59:59.0000000-02:00" />
    <Setting name="Microsoft.WindowsAzure.Plugins.RemoteForwarder.Enabled" value="true" />
    <Setting name="Microsoft.WindowsAzure.Plugins.Caching.NamedCaches" value="{&quot;caches&quot;:[{&quot;name&quot;:&quot;default&quot;,&quot;policy&quot;:{&quot;eviction&quot;:{&quot;type&quot;:0},&quot;expiration&quot;:{&quot;defaultTTL&quot;:0,&quot;isExpirable&quot;:false,&quot;type&quot;:0},&quot;serverNotification&quot;:{&quot;isEnabled&quot;:false}},&quot;secondaries&quot;:0}]}" />
    <Setting name="Microsoft.WindowsAzure.Plugins.Caching.DiagnosticLevel" value="1" />
    <Setting name="Microsoft.WindowsAzure.Plugins.Caching.CacheSizePercentage" value="30" />
    <Setting name="Microsoft.WindowsAzure.Plugins.Caching.ConfigStoreConnectionString" value="UseDevelopmentStorage=true" />
    </ConfigurationSettings>
    <Certificates>
    <Certificate name="Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption" thumbprint="ABC" thumbprintAlgorithm="sha1" />
    </Certificates>
    </Role>
    </ServiceConfiguration>
    ErInfo

Maybe you are looking for