#PowerfulDevs Conference
THANKS FOR ATTENDING JULY 15:
https://aka.ms/powerfuldevsconf
The Powerful DEVs Conference is the first vi...
For further actions, you may consider blocking this person and/or reporting abuse
Just that you don't loose the useful links:
azure.microsoft.com/develop/java
aka.ms/AA8y16s
youtube.com/watch?v=kciGvVrfwpw
dev.to/azure/screencast-using-spri...
youtube.com/davestechtips
aka.ms/PowerCustomConnectors
docs.microsoft.com/en-us/power-pla...
powerusers.microsoft.com
I can't wait for this one--Java and Power Apps, who would have thought?!
Thank you for your insightful discussion and demo, Sandra and Dawid!
Thank you so much Rae, glad you enjoyed it!
Thanks again! It was sooo much fun! Can't wait for the other sessions.
Can you talk about the multi-dev and DevOps options for the platform?
Multi-dev meaning, collaborating with more than one person, keeping in mind source control, etc?
Yep - see my reply to Dawid above
Hi Andrew, the good news is that there are lots of work being done on this by the Power Apps team at the moment. Do you have specific questions or are looking to start with this process?
+1 to everything Dawid said. We are investing a lot into ALM/DevOps for the Power Platform to make sure that prodev and lowcode and dance CI/CD together. This includes recently released Build Tools (marketplace.visualstudio.com/items...) for Azure DevOps along with refreshed documentation: docs.microsoft.com/en-us/power-pla...
Thanks for confirming!
What exactly do you mean by "multi-dev"?
See my reply to Dawid
If someone wanted to learn more about Power Apps, especially Java coders, where should we start?
Hi Jenny, great question. I am not aware of anything specific for Java coders, but the docs that can be found at docs.microsoft.com/en-us/power-pla... and docs.microsoft.com/en-us/learn/mod... are great.
You can also follow the following YouTube channels:
Me: youtube.com/davestechtips
Todd Baginski: youtube.com/channel/UCgfWTteglpvN3...
Shane Young: youtube.com/channel/UC7_OGRP8BYvtG...
April Dunnam: youtube.com/channel/UCz_x76EBX5UXs...
Daniel Christian: youtube.com/channel/UC2v4TcvO4rdDd...
Start by rewatching our session and then go through our recommended links 👍
Feel free to ping us if you get stuck.
Sandra where can we rewatch the session? The conference website bring me to LearnLive
Thanks for asking, here is the link: youtube.com/watch?v=-Xj7dJcp6ng
How would you add some form of security to that API?
It is actually generated for you. I turned it off for the demo. So you can choose between JSON Web Tokens (JWT),
Session-based authentication,
OAuth2 and OpenID Connect,
JHipster User Account and Authentication (UAA)
as described here: jhipster.tech/security/
Excellent. Follow up. How would this be handled client side? In the custom connector or the PowerApp?
Hi Gary. Yes correct, the Custom Connector would have to make provision for the authentication. Depending on the connector type, the users who consume the connections might have to specify logon credentials as well.
How can we pass the POST body param. PowerApps
Hi Piyush, when you setup the custom connector you have to specify the parameter in the parameters to be sent in the body. This is how Power Platform knows whether they should be sent through URL, Header or Body.