Sunday, August 16, 2015

A Membership Provider has not been configured correctly. Check the web.config settings for this web application. FBA configuration AX dynamics 2012

while configuring claim base login for dynamics ax 2012 with sharepoint 2013, I configured everything, but while going to Site Settings > FBA User Management , I got the below error

"A Membership Provider has not been configured correctly. Check the web.config settings for this web application."

but I thoroughly checked all my configs are correct, including the membership and permissions in DB as well.

finally I found that my app pools ( Ep site and STS site) were running in different accounts. hence causing this issue.
finally I make them all same and all were OK.

Regards,
Yes.Sudhanshu

Wednesday, August 12, 2015

WARNING: No deployment found in service: in Windows Azure

hi while setting a static IP to one of my Azure VM, I got the below warning message.
"WARNING: No deployment found in service: <service name>"
however I was able to do so earlier.
then I realise that I have multiple subscriptions in same login.
so this is issue of subscription.
so before you use the command you must set your subscription for which you wan to work.
get the list of subscriptions you have
Get-AzureSubscription | Select SubscriptionName

now set to the desired subscription
Select-AzureSubscription -SubscriptionName "<Your-Desired-Subscription-Name-Here>"
then use your command.

Regards,
yes.sudhanshu

Wednesday, May 6, 2015

How to change the authentication (Multifactor authentication) mode setting in Azure

initially I had MFA call to mobile, when I set the MFA.
then I tot when I will travel, I need to hv the app. so this is how you can change to other options...

login to you azure subscription.
on the top right corner and select "Additional security verification" and that will drive you another screen as below as select as highlighted..

after this click Configure and then it will as you to scan the bar code, before that you must install the Multi-factor App (make sure you download the correct one from MS), then follow the steps in the screen. then you are done.
 
same way you can change to other options...
hope this will help surely...
 
Regards,
Yes.Sudhanshu
 

Monday, April 27, 2015

This runbook is deprecated. Please use OrgID credential auth .

while creating automate process , I was authenticating and for the below warning....


WARNING: This runbook is deprecated. Please use OrgID credential auth
to connect to Azure, instead of certificate auth using this runbook. You can learn more about using credential auth
with Azure here: http://aka.ms/Sspv1l


so the new Azure AD authentication has been implemented and the old one (cert) will be deprecated.
follow the link http://aka.ms/Sspv1l to get the details of Azure AD authentication.
regards,
yes.sudhanshu