How do you go from the Old Portal to the New Portal in Azure? - azure-sql-database

How do I navigate from the Old Azure Dashboard to the New Azure Dashboard?
SQL Azure has a new, default front-end user interface and an older version. I have been able to navigate to the older version UI but now I do not know how to get back to the newer version so that I can add some t-sql commands on my database.
This is how the older UI (the one I am stuck on) looks:

look at the bottom of your screenshot, the first hyperlink on the leftmost says: "Visit the Preview Portal"

Related

How to deploy an update to an already released Google Workspace Addon?

I have a functioning Google Sheets Add-on that is listed in the Google Workspace Marketplace. I've made changes in the new Apps Script Editor and tested them locally, now I want to push them to my users.
The process as I understand it, to press "New Deployment"
add a description and press "deploy"
after which I copy the "Deployment ID" into the Google Workspace Marketplace SDK page,
and hit SAVE in the bottom.
It's been a few hours and I still cannot see it being live.
Is there a review process for updates like this? Or am I missing a step?
The previous version is still being served to users as far as I can tell.
Update in response to the comment from #ziganotschka
I am making a Google Sheets Editor Addon, and I'm only now understanding the difference between that and the Google Workspace Addon. I've resubmitted my store listing for review with Google Workspace Addon disabled, and removed the "Common" part of my manifest. I've updated the "version" number to correspond to the latest deployment.
Is it not possible to test a Sheets Editor Addon from the new editor without deploying it as a Workspace Addon? And should updating the version number be sufficient to roll out an update?
From the question
Is it not possible to test a Sheets Editor Addon from the new editor without deploying it as a Workspace Addon?
It depends on what kind of test do you want to do, if your Apps Script project is bounded or a standalone project and what do you Editor add-on does and how it does that.
I.E. you might test a simple edit trigger (onEdit) by using a function for mocking the edit event object and passing it to the onEdit function. To be clear this doesn't need to create a new version and for testing and add-on it's not necessary to make a new deployment.
And should updating the version number be sufficient to roll out an update?
It depends on if the Cloud project OAuth consent screen was set for external use or for internal use, in the new version requires new scopes.
Let say that you fixed typo on a variable name, in this case only creating a new version and adding the version number to the add-on configuration page will be enough, but if you added a sensitive API and you add-on is set for external use, then you will have to update the OAuth consent screen and wait for Google review and approval.

Import profile VS Select existing - deployment in Azure app service

I have .net core web application developed in VS 2019 already running in Azure. I installed the VS 2019 in a new system and opened the solution. When I am trying to publish (may be after a simple code change) the application using Visual Studio. The window that is coming up having 3 options to publish. Regarding these options, what is the difference, and when to use what?
Below is the screenshot, options highlighted in red. Create New is for complete new deployment, as per my understanding. However, I'm not able to clearly get, "select Existing" versus "import profile" and when to use what?
Can you download the publish profile from the azure portal for the service in question and reimport it?
The window that is coming up having 3 options to publish. Regarding these options, what is the difference, and when to use what?
1.Create New option enables us to create a new App Service, create or use an existing App Service plan (Hosting Plan) and Resource group within your specific subscription, like below.
If you do not have any existing App Services that you create through Azure portal or VS etc, you can use this option to create a new one before you publish your project.
2.Select Existing option enables us to search and select existing App Services from specific subscription and Resource group.
If you'd like to publish your project to an existing App Service, you can use this option.
3.Import Profile... option provides a way to import publish settings that we got from Azure portal as below and then deploy our app.
Sometimes, developer does not sign in with same account (create Azure App Service etc resources using this account) in Visual Studio, to deploy app to an existing App Service, we can use this option and import a publish settings file.

automate disable access for a worklight application - GadgetAppID value

I want to automate the disable access feature of my worklight application ( version :- 6.1.0.2 ) , I have created the below links referring info center links, Can any one please let me know, how can i get the value of gadgetAppID in the below mentioned urls. Also i have added the snap shot of the mysql DB.
Disable App post url below.
http://localhost:10080/AppName/console/api/applications/setAccessRule?gadgetAppId=""&action="disabled"&message="please try later”
Enable App post url below
http://localhost:10080/AppName/console/api/applications/setAccessRule?gadgetAppId=""&action="enabled"&message="please try later”
Thanks
djrekcer.
It is a bit complex in 6.1, see - http://www-01.ibm.com/support/knowledgecenter/SSZH4A_6.1.0/com.ibm.worklight.apiref.doc/admin/r_http_interface_of_the_prod_server.html (search for setAccessRule)
Starting with 6.2 there's a RESTful server API for that, see http://www-01.ibm.com/support/knowledgecenter/SSZH4A_6.2.0/com.ibm.worklight.apiref.doc/apiref/r_restapi_app_version_access_rule_put.html%23App-Version-Access-Rule--PUT-?lang=en

Change profile for Websphere portal server

From my RAD 7, I am trying to create a Websphere portal server (6.1) where i wish to deploy my portlet EAR. Now during creation of the portal server, I get no option to choose a server profile (unlike creation of a websphere app server where it asks you to choose a server profile). When the WPS is created, when i double click it, a profile by the name of wp_profile is already selected and I cannot change it.
How did this profile get created? Also is there a way to change it? When I run profile management tool to create a new profile, that profile is created for WAS and not WPS. So that is not available for selection in the WPS settings page.
I had the same problem today. The only solution for me was to create a new sever. Then you get the option to choose the profile you want.
Using 7.5, with the server stopped I double clicked the server and this had a option to change the profile. Sadly I can't upload pictures yet

What is the future of weblogic portal developer?

Now that Oracle have come up with a webcenter which is also a portal like product.
I understand that the weblogic portal support will be until 2017.
As a developer using this product, how should i move on from here?
Should i start developing on webcentre and how togo about it?
Thanks
Oracle Web Center 11 is quite different from WLPortal. It's a totally new concept involving Spaces, Fusion Middleware and JDeveloper extensions to build the portal.
As a developer using this product, how
should i move on from here?
Weblogic Portal will eventually stop getting used for new projects, so you will be better off picking up either Oracle Web Center or use the portal concepts you have and get into Liferay or JBoss GateIn. The second is what I personally suggest, so your resume has a wider set of options for the future.
Should i start developing on webcentre
and how togo about it?
Well, download the JDeveloper 11.1.1.4 with OWC extensions and start digging in.
More Links:
http://www.yonaweb.be/new_features_webcenter_11114_0