I have Power BI admin role assigned via O365.
When publishing an app, I am unable to see the option to auto-install the app to end-users.
Push setting in tenant admin is enabled:
Why am I not seeing the auto-install option when publishing an app?
Related
I am using WSO2 API Manager .In developer portal there is options to switch through multiple tenant's developer portal But I need to avoid the list of developer portals and user must be directed to single tenant's developer portal even if they are users of another tenant .Is it possible to do so?
I need to show onlycarbon.super or completely avoid this page and only allow users from test1 and test2 tenant to login to carbon.super developer portal.
There aren't any out-of-the-box configurations to disable that view (other than Redirection configuration) and route all to the carbon.super tenant in the API Manager. Therefore, to remove that view from the Devportal, you may need to do some advanced customization in the Devportal React application.
You can try checking the source of TenantListing.jsx under the Devportal react application for more clarification and make relevant changes to disable the view and route all traffic to the carbon.super tenant's portal.
I have seen two service providers added to my wso2 installation.
As I try to delete any of the service providers I get an error
Error while removing application: Deletion of system applications are not allowed. Application Name: XXX
I have logged in from admin user and still, I am not able to delete it
I tried giving permissions of service provider explicitly to the admin user but still the same error
Hope you are using IS 5.11.0 above.
Conosle and MyAccount are the two systems apps available in the IS pack. It doesn't allow to modify/ delete the system apps.
Console is the newer portal for administrative tasks.
https://stackoverflow.com/a/65733363/10055162
MyAccount is the newer version of
previous user portal/ dashboard.
So deleting these apps are not recommended.
Anyhow, If you want to remove both Myaccount and Console apps out of the readonly apps (allow to modify the app configs/ delete the apps), use the following config.
[system_applications]
read_only_apps = []
Then restart the server. You will be able to do configuration changes now. Refer:
https://is.docs.wso2.com/en/5.11.0/setup/migrating-what-has-changed/#configurable-system-apps
https://stackoverflow.com/a/68167283/10055162
I need to deploy an Asp.Net Core web application in Azure Marketplace.
I saw the following sample
https://github.com/Azure/azure-managedapp-samples/tree/master/Managed%20Application%20Sample%20Packages/201-managed-web-app
Is there a way to let the user create/edit some App Settings fields on the portal and to read those App Settings in the web app hosted inside de VM?
Thank you!
Yes, you would take these fields in as part of your CreateUIDefinition and you could run these using the Template Deployment Scripts preview.
Another option could be to use Azure Custom Providers and trigger an Azure Function. This could be reused if you wanted to allow the user to call the Custom Provider later with your ViewDefinition's Portal UX to update any of this information collected later via a Custom Action.
I've set up free Power BI access for myself. Then I've upgraded it into "Pro trial" licence.
For testing purposes, I was trying to install some Power BI apps from AppSource.
However - for every app I was trying to do this - the following error message appears:
This app hasn't been listed on AppSource. You don't have permissions to install this app.
Contact your admin about permissions for installing this app.
Apps may contain security or privacy risks. Only install apps from trusted authors and sources. Learn more
I’m not sure where I should set up additional permission for doing it on my account because my account is Global Admin of organization (and this is the only account set up at this moment). And the licence which is currently assigned to my account is “PowerBI (free)”
Any hints?
Go to Admin portal -> Tennant settings and check if Install template apps is enabled:
I am using app only authentication with power bi embedding and following below steps:
1. Registered an App in Azure Active Directory and capture an application ID,
an application secret, and the service principal object ID.
2. Create a security group in Azure Active Directory (AAD).
3. In Power BI admin, enable service principal in the Developer settings
add the security group
4. Add the service principal as an admin to the workspace
But I am getting error "Operation returned an invalid status code 'Unauthorized'"
Please see pic how i enabled things.
You will need to create new workspaces. If you have existing ones you will have to migrate them to new ones.
https://powerbi.microsoft.com/en-us/blog/use-power-bi-api-with-service-principal-preview/
See section "How to migrate Power BI Embedded to work with service principal"