I have created two web apps in Azure about two years ago.
I can see the web site now,
but in the new Azure portal the web apps is missing.
Do you have any idea to show them in the portal.
Make sure you are in the right subscription, and select "All Resources". If you still can't find, consider going to MSDN forum and the Azure guys might be able to help you. MSDN Forum
Related
Does anyone know of instances where APIM developer Portal is being used in Production ?
For APIGEE I could see this link
https://devportalawards.org/
Do we have something similar to this for APIM developer portal
WOW (Weather Observations Website) uses Azure's API Management https://mowowprod.portal.azure-api.net/documentation/how-to-connect-to-wow-api
Here are some other companies that use the APIM developer portal. https://idatalabs.com/tech/products/azure-api-management
Let me know if this is what you are looking for.
You can find your own developer portal link on APIM instance. Please refer the image.
But you can't find the developer portals of others in one single place.
Below link will show you the customer list of Azure APIM,
https://azure.microsoft.com/en-us/case-studies/?service=api-management2
Thanks,
Infaaz
I am trying to create an ASP.NET framework app in Azure so i followed the tutorial on the Azure website but while publishing there is always a problem logging in.
I have tried to login several times and it is all successful but i am unable to proceed with creating app services. The page will still be the same page asking to login or create an account.
I am also login to my visual studio 2017 enterprise with the same account so i am wondering why i can't proceed on.
Thank you
According to your description, I suppose you haven't buy the Azure. You could buy Azure from this link. After that, your account could use Azure. Then you could get Subscription for Azure portal. You could also create Resource Group and App Service Plan from Azure portal.
If you want to use Azure for free,you can use trial version.Just like the following screenshot. However, it has use time and function limit.
Hie everyone,
Can anyone tell me how i can create an application for SharePoint online please?
I'm using Azure AD and there is no option(1) for sharepoint online, i only see the graph application for the unified API.
Thanks a lot
(1) 2 weeks ago there were an app called Offfice365 Sharepoint, but it disappeared
Based on the image it looks like you don't have SharePoint enabled for the account that was used to login to the Azure Portal. You need to have an active license for SharePoint to be able to register an application in the Azure Portal that accesses SharePoint data.
I know this is an old question but I am going to try answer it. With Visual Studio 2015 you can create to types of SharePoint Add-ins, SharePoint Hosted and Provider Hosted. In order to create a Provider Hosted Add-in that you want to host on Azure you can use the Publish feature in Visual Studio. Right click the Web Project and Select Publish. When creating the Publishing Profile select the target for Microsoft Azure App Service. From there you will be ask to provide the information for your Azure account and can create Resource Groups and App services that will host your Provided Hosted Add-in in Azure.
Some weeks ago I followed this article in MSDN Magazine on how to configure client access to a web api, protected by an Azure AD organizational account and hosted in Azure. It worked perfectly.
http://msdn.microsoft.com/en-us/magazine/dn463788.aspx
But now when I was about to add Another api and client, things have changed in the portal.
The Native Client Application configure Page Azure Management Portal seems to have change in the recent days - there is no longer a "web api" section at the bottom where you can select the web api for the client to access, (see figure 6 in the article) instead there is a "Permissions to other applications" section with a list of applications, but your web api's are not shown there, only Exchange, AD and other "default" Azure apps. I'm pretty confused now how to give a client access to a web api... hope this is the right place to ask!
The changes you see are part of the new features released last week. You can read more about them in a Blog post from the AD Team: "New OAuth2.0 features make it easy to write Azure AD connected apps for the Web, iOS, Android & Windows!"
Interestingly enough, when I create a new application and look at the configure tab a "Windows Azure Service Management API" is an option in the first drop down. You might try looking again today. For what it is worth I don't see anything other than WAAD and the management API as something I can select. The selections must be limited for some reason based on account maybe?
Especially in these preview features expect things to change with little to no warning. Probably the best place to seek out more information is on the Windows Azure AD Forums.
On Azure, I am currently using my "3-month Free Trial" subscription, and just recently I got access to a "Windows Azure MSDN - Visual Studio Ultimate" subscription.
Is it possible to move an existing set of hosted sites to another subscription using the Portal?
Obviously I could just re-publish the sites using Visual Studio, but I'm wondering if there is a way to do this in the GUI?
There is no way you can accomplish in the Portal interface. You do have an option to request Windows Azure Billing Team and request them move all of your currently configured and running services from one Subscription to other subscription, the key is "all".
IF you want to move one specific service from one subscription to another then the available option is to deploy directly to other subscription.
I did do this once. I had to contact their billing team and after a couple of days of back and forth between them it was taking too long so I just did it manually, redeploying the sites to the new subscription. This may not be possible if you have many sites. I did a backup and restore of the SQL Azure database.
I am battling with azure support right now on trying to do the same thing. From what I can tell your best bet is creating the services on your MSDN subscription and redeploying.
I don't know a way to do this from the portal but I do recommend using Windows Azure PowerShell which has the ability to manage multiple subscriptions and in your case you can just do this cmdlet to copy a service into another subscription:
Publish-AzureServiceProject -sn MyNewSubscriptionName