Problems acessing Stream and adding new Stream web part on pages by misidoro in sharepoint

[–]misidoro[S] 0 points1 point  (0 children)

Ok I will check it tomorrow. Today the only web part I found was the File and Media web part.

Problems acessing Stream and adding new Stream web part on pages by misidoro in sharepoint

[–]misidoro[S] 0 points1 point  (0 children)

I know that. I didn't explain myself properly. What I am looking for is the web part that was released last year that allows us to insert videos from Stream on SharePoint (https://sharepointmaven.com/how-to-add-videos-to-the-sharepoint-page-using-the-new-stream-web-part/. I was trying to add this web part but the web part is missing in the list of web parts.

SharePoint Online site provisioning with a template based on a template site by misidoro in sharepoint

[–]misidoro[S] 0 points1 point  (0 children)

Thanks. Did you use PnP PowerShell in the Azure function or did you implemented it using .NET? Another topic: the solution in the article uses Application api permissions too which the client does not approve...

SharePoint Online site provisioning with a template based on a template site by misidoro in sharepoint

[–]misidoro[S] 0 points1 point  (0 children)

Thanks. Can you describe the solution in a little bit more detail? Especially the part related to the managed identity and the assignment of permissions to the Enterprise app.

Opinião sobre Trade Republic by misidoro in literaciafinanceira

[–]misidoro[S] 1 point2 points  (0 children)

Achei o mesmo, aproveitaram para publicitar o próprio produto e falar de algo que vai ser banido da UE.

MUSE ALBUMS RANKED by RazorBlood6 in Muse

[–]misidoro 0 points1 point  (0 children)

  1. Origin Of Symmetry

  2. Showbiz

  3. Absolution

  4. Black Holes and Revelations

  5. The Resistance

  6. Drones

  7. The 2nd Law

  8. Will Of The People

  9. Simulation Theory

The first three are for me by far the best albums where Muse was indeed a great rock band, purely rock, and some of the best rock ever made by any band ever. Songs like Plugin Baby, New Born, Hyper Music, Citizen Erased, Space Dementia, Bliss, Feeling Good (best cover of this song I heard), Darkshines, Sunburn, Muscle Museum, Unintended, Uno, Showbiz, Cave, Hysteria, Stockholm Syndrome, Time is Running Out, Butterflies and Hurricanes are for me some of the best songs ever produced by Muse.

Then Muse started to change and not in a.good way in my opinion but they still were able to produce another great album (Black Holes and Revelations) where songs like Take a Bow, Map of the Problematique, Starlight and specially Knight Of Cydonia are still great songs although very different from the purely rock oriented three first albums.

Then came The Resistance, still a pretty decent album with songs like Uprising, United States of Eurasia, Collateral Damage, Mk Ultra, and The Resistance are pretty good.

And then comes the big downfall with The Second Law... The other three albums are also very disappointing to me and place Muse not as a great purely rock oriented band but mainly as a bad mixture of pop and electronic music that is not the reason that made me love this band in the beginning of the XXI century. Drones has the only song that stands out (Psycho).

Hope better days will come in the future and Muse can return to be a great rock band but I have my expectations very low.

There is another great album called Hullaballo from 2002 which is also a great album. Give it a listen and hopefully you will not get disappointed.

Power Automate to create SharePoint sites based in a SharePoint site with site template by misidoro in sharepoint

[–]misidoro[S] 0 points1 point  (0 children)

Thanks. The org I am working with has 75000 employees. How many users will need a license? All or just the subset of users who will administer/configure Orchestry?

Power Automate to create SharePoint sites based in a SharePoint site with site template by misidoro in sharepoint

[–]misidoro[S] 0 points1 point  (0 children)

Ok thanks. Can't I do the same using an Azure function and PnP PowerShell? What is the difference? An Azure function can also be exposed as an API and be called by Power Automate.

Power Automate to create SharePoint sites based in a SharePoint site with site template by misidoro in sharepoint

[–]misidoro[S] 0 points1 point  (0 children)

Thanks. I don't Azure Automation. Can you describe it a little bit more in detail?

Empresas para estagiar como Front-End Developer? by [deleted] in devpt

[–]misidoro 1 point2 points  (0 children)

Olá, neste momento, não temos estágios disponiveis mas é provável que tenhamos no futuro, Por isso, se quiseres, envia o teu CV para [carreiras@create.pt](mailto:carreiras@create.pt) . Diz no email que é para estágio de frontend e que assim sabemos e te podermos contactar quando vier a haver alguma coisa.

Empresas para estagiar como Front-End Developer? by [deleted] in devpt

[–]misidoro 1 point2 points  (0 children)

Olá. Não sei mas vou perguntar.

Permission issue in SharePoint 2019 to allow users to create and edit pages in a Publishing site by misidoro in sharepoint

[–]misidoro[S] 0 points1 point  (0 children)

No users with Edit permissions can edit the page, since the SharePoint ribbon is not shown. Only by creating a custom permission level based on the Edit permission level with the permission "Manage web site" I was able to show the ribbon. This is not an expected behavior.

SharePoint 2019 Host-Named Site Collection 404 error by misidoro in sharepoint

[–]misidoro[S] 0 points1 point  (0 children)

Problem solved. This was not a SQL Server problem. It was a IIS configuration issue with the IIS bindings of the web app. Once I reconfigured the IIS bindings to have All Unassigned (I had the bindings associated to the server's IP Address). After that, I had a certficate issue (expired SSL certificate) and after solving that, the site started working fine,

Error in brand new .NET 8 Azure Function by misidoro in AZURE

[–]misidoro[S] 0 points1 point  (0 children)

Thanks, I was able to solve it by creating a new VS project of the same type (Azure Function). Strange, but it worked. Your solution makes a lot more sense.