fabricconf.com
Open in
urlscan Pro
138.91.225.40
Public Scan
Submitted URL: http://urlink.page.link/gQqK
Effective URL: https://fabricconf.com/
Submission: On April 01 via manual from SG — Scanned from SG
Effective URL: https://fabricconf.com/
Submission: On April 01 via manual from SG — Scanned from SG
Form analysis
1 forms found in the DOM<form id="signupForm" ng-submit="signupUser()" ng-controller="NewsletterCtrl" class="ng-pristine ng-scope ng-valid-email ng-invalid ng-invalid-required ng-valid-maxlength">
<div class="section primary">
<div class="container">
<div class="row">
<div class="col-md-6 signup-side">
<h2>Stay up to date</h2>
<p>Sign up to keep updated on the show and upcoming events.</p>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-md-12">
<input ng-model="signupDetails.email" id="signup_Email" name="signup_Email" maxlength="50" type="email" ng-blur="getBrochure? validateEmail(signupDetails.email) : return" required="" placeholder="Your Best Email *"
class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-maxlength">
<span class="help-block text-danger ng-hide" ng-show="(formSubmitted && signupForm.signup_Email.$invalid) || emailExist">
<span ng-show="signupForm.signup_Email.$error.required" class="ng-hide">Email is required.</span>
<span ng-show="signupForm.signup_Email.$error.email" class="ng-hide">Invalid email address.</span>
<span style="color:#990000" ng-show="emailExist" class="ng-hide">Email already signup for this event, please choose another email.</span>
</span>
</div>
</div>
<div class="field-item">
<input type="checkbox" ng-model="getBrochure" id="getBrochure" class="ng-pristine ng-untouched ng-valid ng-empty">
<label style="display: inline;" for="getBrochure">I would like to receive a show brochure by mail and register for the contest</label>
</div>
<div class="row ng-hide" ng-show="getBrochure">
<div class="col-md-6">
<input ng-model="signupDetails.firstName" id="signup_FirstName" name="signup_FirstName" ng-required="getBrochure" type="text" placeholder="First Name *" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-required">
<span class="help-block text-danger ng-hide" ng-show="formSubmitted && signupForm.signup_FirstName.$invalid && getBrochure">
<span ng-show="signupForm.signup_FirstName.$error.required && getBrochure" class="ng-hide">First name is required.</span>
</span>
</div>
<div class="col-md-6">
<input ng-model="signupDetails.lastName" id="signup_LastName" name="signup_LastName" ng-required="getBrochure" type="text" placeholder="Last Name *" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-required">
<span class="help-block text-danger ng-hide" ng-show="formSubmitted && signupForm.signup_LastName.$invalid && getBrochure">
<span ng-show="signupForm.signup_LastName.$error.required && getBrochure" class="ng-hide">Last name is required.</span>
</span>
</div>
</div>
<div class="row ng-hide" ng-show="getBrochure">
<div class="col-md-12">
<input ng-model="signupDetails.address" id="signup_Address" name="signup_Address" ng-required="getBrochure" type="text" placeholder="Address *" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-required">
<span class="help-block text-danger ng-hide" ng-show="formSubmitted && signupForm.signup_Address.$invalid && getBrochure">
<span ng-show="signupForm.signup_Address.$error.required && getBrochure" class="ng-hide">Address is required.</span>
</span>
</div>
</div>
<div class="row ng-hide" ng-show="getBrochure">
<div class="col-md-4">
<select ng-model="signupDetails.state" id="signup_State" name="signup_State" ng-options="state.StateID as state.StateName for state in sharedData.states" ng-required="getBrochure"
style="border-radius: 5px !important; margin-top: 10px; color: darkgray; height: 40px; width: 100%;" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-required">
<option value="?" selected="selected"></option>
<option value="" class="">State</option>
<option label="Not Applicable" value="string:N/A">Not Applicable</option>
<option label="Alabama" value="string:AL">Alabama</option>
<option label="Alaska" value="string:AK">Alaska</option>
<option label="Arizona" value="string:AZ">Arizona</option>
<option label="Arkansas" value="string:AR">Arkansas</option>
<option label="California" value="string:CA">California</option>
<option label="Colorado" value="string:CO">Colorado</option>
<option label="Connecticut" value="string:CT">Connecticut</option>
<option label="Delaware" value="string:DE">Delaware</option>
<option label="District Of Columbia" value="string:DC">District Of Columbia</option>
<option label="Florida" value="string:FL">Florida</option>
<option label="Georgia" value="string:GA">Georgia</option>
<option label="Hawaii" value="string:HI">Hawaii</option>
<option label="Idaho" value="string:ID">Idaho</option>
<option label="Illinois" value="string:IL">Illinois</option>
<option label="Indiana" value="string:IN">Indiana</option>
<option label="Iowa" value="string:IA">Iowa</option>
<option label="Kansas" value="string:KS">Kansas</option>
<option label="Kentucky" value="string:KY">Kentucky</option>
<option label="Louisiana" value="string:LA">Louisiana</option>
<option label="Maine" value="string:ME">Maine</option>
<option label="Maryland" value="string:MD">Maryland</option>
<option label="Massachusetts" value="string:MA">Massachusetts</option>
<option label="Michigan" value="string:MI">Michigan</option>
<option label="Minnesota" value="string:MN">Minnesota</option>
<option label="Mississippi" value="string:MS">Mississippi</option>
<option label="Missouri" value="string:MO">Missouri</option>
<option label="Montana" value="string:MT">Montana</option>
<option label="Nebraska" value="string:NE">Nebraska</option>
<option label="Nevada" value="string:NV">Nevada</option>
<option label="New Hampshire" value="string:NH">New Hampshire</option>
<option label="New Jersey" value="string:NJ">New Jersey</option>
<option label="New Mexico" value="string:NM">New Mexico</option>
<option label="New York" value="string:NY">New York</option>
<option label="North Carolina" value="string:NC">North Carolina</option>
<option label="North Dakota" value="string:ND">North Dakota</option>
<option label="Ohio" value="string:OH">Ohio</option>
<option label="Oklahoma" value="string:OK">Oklahoma</option>
<option label="Oregon" value="string:OR">Oregon</option>
<option label="Pennsylvania" value="string:PA">Pennsylvania</option>
<option label="Rhode Island" value="string:RI">Rhode Island</option>
<option label="South Carolina" value="string:SC">South Carolina</option>
<option label="South Dakota" value="string:SD">South Dakota</option>
<option label="Tennessee" value="string:TN">Tennessee</option>
<option label="Texas" value="string:TX">Texas</option>
<option label="Utah" value="string:UT">Utah</option>
<option label="Vermont" value="string:VT">Vermont</option>
<option label="Virginia" value="string:VA">Virginia</option>
<option label="Washington" value="string:WA">Washington</option>
<option label="West Virginia" value="string:WV">West Virginia</option>
<option label="Wisconsin" value="string:WI">Wisconsin</option>
<option label="Wyoming" value="string:WY">Wyoming</option>
<option label="Alberta" value="string:Alberta">Alberta</option>
<option label="British Columbia" value="string:British Columbia">British Columbia</option>
<option label="Manitoba" value="string:Manitoba">Manitoba</option>
<option label="New Brunswick" value="string:New Brunswick">New Brunswick</option>
<option label="Newfoundland and Labrador" value="string:Newfoundland and Labrador">Newfoundland and Labrador</option>
<option label="Northwest Territories" value="string:Northwest Territories">Northwest Territories</option>
<option label="Nova Scotia" value="string:Nova Scotia">Nova Scotia</option>
<option label="Nunavut" value="string:Nunavut">Nunavut</option>
<option label="Ontario" value="string:Ontario">Ontario</option>
<option label="Prince Edward Island" value="string:Prince Edward Island">Prince Edward Island</option>
<option label="Quebec" value="string:Quebec">Quebec</option>
<option label="Saskatchewan" value="string:Saskatchewan">Saskatchewan</option>
<option label="Yukon Territory" value="string:Yukon Territory">Yukon Territory</option>
</select>
<span class="help-block text-danger ng-hide" ng-show="formSubmitted && signupForm.signup_State.$invalid && getBrochure">
<span ng-show="signupForm.signup_State.$error.required && getBrochure" class="ng-hide">Please select a state / province.</span>
</span>
</div>
<div class="col-md-4">
<input ng-model="signupDetails.city" ng-required="getBrochure" type="text" id="signup_City" name="signup_City" placeholder="City *" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-required">
<span class="help-block text-danger ng-hide" ng-show="formSubmitted && signupForm.signup_City.$invalid && getBrochure">
<span ng-show="signupForm.signup_City.$error.required && getBrochure" class="ng-hide">City is required.</span>
</span>
</div>
<div class="col-md-4">
<input ng-model="signupDetails.postalCode" ng-required="getBrochure" id="signup_ZipCode" name="signup_ZipCode" type="text" placeholder="Zip *" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-required">
<span class="help-block text-danger ng-hide" ng-show="formSubmitted && signupForm.signup_ZipCode.$invalid && getBrochure">
<span ng-show="signupForm.signup_ZipCode.$error.required && getBrochure" class="ng-hide">Zip / postal code is required.</span>
</span>
</div>
</div>
<div class="row">
<div class="col-md-12 ng-hide" ng-show="getBrochure"> Although you can attend any event track, which track are you most interested in? <select ng-model="signupDetails.preferredTrack" id="signup_PreferredTrack" name="signup_PreferredTrack"
ng-required="getBrochure" style="border-radius: 5px !important; margin-top: 10px; color: darkgray; height: 40px; width: 100%;" class="ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-required">
<option value="" selected="">Track</option>
<option value="Fabric" selected="">Microsoft Fabric</option>
<option value="Data" selected="">Databases</option>
<option value="AI" selected="selected">Azure AI</option>
<option value="Purview">Microsoft Purview</option>
</select>
<span class="help-block text-danger ng-hide" ng-show="formSubmitted && signupForm.signup_PreferredTrack.$invalid && getBrochure">
<span ng-show="signupForm.signup_PreferredTrack.$error.required && getBrochure" class="ng-hide">Please select a track.</span>
</span>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<div style="margin-top: 10px;" ng-show="alertSuccSub" class="alert alert-success alert-dismissable medium ng-hide">
<span ng-click="alertSuccSub = false" class="close">×</span> Thanks for your subscription. You will be notified when new materials, schedules & other news are released.
</div>
</div>
<div class="col-lg-12 text-center">
<div style="margin-top: 10px;" ng-show="alertErrSub" class="alert alert-danger alert-dismissable small ng-hide">
<span ng-click="alertErrSub = false" class="close">×</span> Failed to subscribe, please contact us.
</div>
</div>
<div class="col-lg-12 text-center">
<div style="margin-top: 10px;" ng-show="alertSuccSign" class="alert alert-success alert-dismissable small ng-hide">
<span ng-click="alertSuccSign = false" class="close">×</span> Thanks for your subscription, you will receive a show brochure by mail soon.
</div>
</div>
<div class="col-lg-12 text-center">
<div style="margin-top: 10px;" ng-show="alertErrSign" class="alert alert-danger alert-dismissable small ng-hide">
<span ng-click="alertErrSign = false" class="close">×</span> We cannot complete your signup. Please supply answers to the following: <p class="error-description ng-binding" ng-bind-html="signupDetails.status"></p> Please go back to
the form and make the necessary corrections, we'll wait right here for you.
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<input class="btn" type="submit" value="SIGN UP!">
</div>
</div>
</div>
</div>
</div>
</div>
</form>
Text Content
This website uses cookies to ensure you get the best experience on our website. Learn more Got it! Register HAVE QUESTIONS? WE ARE ALWAYS HAPPY TO HELP! info@fabricconf.com USEFUL LINKS * Why Should I Attend? * Code of Conduct * Privacy Policy * Cookie Policy * Home * Keynotes * News * Speakers * Sessions * Workshops * Register * Travel & Hotel * Sponsors * Contact JOIN US IN LAS VEGAS March 26-28, 2024 Workshops 24, 25 & 29 REGISTER BOOK HOTEL Video Player is loading. Play Video PlaySkip BackwardSkip Forward Mute Current Time 0:00 / Duration 0:44 Loaded: 0.00% 0:00 Stream Type LIVE Seek to live, currently behind liveLIVE Remaining Time -0:44 1x Playback Rate Chapters * Chapters Descriptions * descriptions off, selected Captions * captions settings, opens captions settings dialog * captions off, selected Audio Track Picture-in-PictureFullscreen This is a modal window. Beginning of dialog window. Escape will cancel and close the window. TextColorWhiteBlackRedGreenBlueYellowMagentaCyanOpacityOpaqueSemi-TransparentText BackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanOpacityOpaqueSemi-TransparentTransparentCaption Area BackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanOpacityTransparentSemi-TransparentOpaque Font Size50%75%100%125%150%175%200%300%400%Text Edge StyleNoneRaisedDepressedUniformDrop shadowFont FamilyProportional Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall Caps Reset restore all settings to the default valuesDone Close Modal Dialog End of dialog window. Video Player is loading. Play Video PlaySkip BackwardSkip Forward Mute Current Time 0:00 / Duration 0:54 Loaded: 0.00% 0:00 Stream Type LIVE Seek to live, currently behind liveLIVE Remaining Time -0:54 1x Playback Rate Chapters * Chapters Descriptions * descriptions off, selected Captions * captions settings, opens captions settings dialog * captions off, selected Audio Track Picture-in-PictureFullscreen This is a modal window. Beginning of dialog window. Escape will cancel and close the window. TextColorWhiteBlackRedGreenBlueYellowMagentaCyanOpacityOpaqueSemi-TransparentText BackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanOpacityOpaqueSemi-TransparentTransparentCaption Area BackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanOpacityTransparentSemi-TransparentOpaque Font Size50%75%100%125%150%175%200%300%400%Text Edge StyleNoneRaisedDepressedUniformDrop shadowFont FamilyProportional Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall Caps Reset restore all settings to the default valuesDone Close Modal Dialog End of dialog window. Video Player is loading. Play Video PlaySkip BackwardSkip Forward Mute Current Time 0:00 / Duration 1:05 Loaded: 0.00% 0:00 Stream Type LIVE Seek to live, currently behind liveLIVE Remaining Time -1:05 1x Playback Rate Chapters * Chapters Descriptions * descriptions off, selected Captions * captions settings, opens captions settings dialog * captions off, selected Audio Track Picture-in-PictureFullscreen This is a modal window. Beginning of dialog window. Escape will cancel and close the window. TextColorWhiteBlackRedGreenBlueYellowMagentaCyanOpacityOpaqueSemi-TransparentText BackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanOpacityOpaqueSemi-TransparentTransparentCaption Area BackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanOpacityTransparentSemi-TransparentOpaque Font Size50%75%100%125%150%175%200%300%400%Text Edge StyleNoneRaisedDepressedUniformDrop shadowFont FamilyProportional Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall Caps Reset restore all settings to the default valuesDone Close Modal Dialog End of dialog window. Video Player is loading. Play Video PlaySkip BackwardSkip Forward Mute Current Time 0:00 / Duration 0:40 Loaded: 0.00% 0:00 Stream Type LIVE Seek to live, currently behind liveLIVE Remaining Time -0:40 1x Playback Rate Chapters * Chapters Descriptions * descriptions off, selected Captions * captions settings, opens captions settings dialog * captions off, selected Audio Track Picture-in-PictureFullscreen This is a modal window. Beginning of dialog window. Escape will cancel and close the window. TextColorWhiteBlackRedGreenBlueYellowMagentaCyanOpacityOpaqueSemi-TransparentText BackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanOpacityOpaqueSemi-TransparentTransparentCaption Area BackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanOpacityTransparentSemi-TransparentOpaque Font Size50%75%100%125%150%175%200%300%400%Text Edge StyleNoneRaisedDepressedUniformDrop shadowFont FamilyProportional Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall Caps Reset restore all settings to the default valuesDone Close Modal Dialog End of dialog window. FEATURED SPEAKERS Microsoft Arun Ulag Corporate Vice President, Azure Data Microsoft Amir Netz Technical Fellow and CTO of Microsoft Fabric Microsoft Jessica Hawk Corporate Vice President Data, AI, and Digital Applications Product Marketing Microsoft Rohan Kumar Corporate Vice President, Microsoft Security Platform, Data Governance & Privacy Microsoft Kim Manis Vice President of Product, Microsoft Fabric & Power BI Microsoft Adam Saxton Principal Program Manager Microsoft Patrick LeBlanc Principal Program Manager Microsoft Eric Boyd Corporate Vice President, Azure AI Platform Microsoft Wangui McKelvey General Manager, Azure Data Analytics Microsoft Wee Hyong Tok Partner Director, Products Microsoft Justyna Lucznik Partner Group Product Manager, Microsoft Fabric Data Engineering & Data Science Microsoft Priya Sathy Partner Director, PM, Data Warehousing Microsoft Mehrnoosh Sameki Principal PM Manager, Responsible AI Tools Area Lead Microsoft Rachel Shepard Director of Design / Azure AI Microsoft Karthik Ravindran General Manager of Data Governance Microsoft Shireesh Thota Corporate Vice President, Azure Databases Explore Speakers Explore Keynotes NEED HELP CONVINCING YOUR BOSS TO ATTEND? Download Here THE FIRST ANNUAL MICROSOFT FABRIC COMMUNITY CONFERENCE Join us at the first annual Microsoft Fabric Community Conference and see firsthand how Microsoft Fabric and the rest of the data and AI products at Microsoft can help your organization prepare for the era of AI. You’ll hear from leading Microsoft and community experts from around the world and get hands on experiences with the latest features from Microsoft Fabric, Power BI, Databases, Azure AI, Microsoft Purview, and more. Register today to immerse yourself in the future of data and AI and connect with thousands of data innovators like yourself eager to share their insights. EARLY BIRD SPECIAL Register EARLY for a WORKSHOP PACKAGE and go home with a hotel gift card*! REGISTER TODAY *See registration page for details SPONSORSHIPS & EXHIBITING Join us and extend your reach. Let’s connect and create a one of a kind experience! Learn More STAY UP TO DATE Sign up to keep updated on the show and upcoming events. Email is required. Invalid email address. Email already signup for this event, please choose another email. I would like to receive a show brochure by mail and register for the contest First name is required. Last name is required. Address is required. StateNot ApplicableAlabamaAlaskaArizonaArkansasCaliforniaColoradoConnecticutDelawareDistrict Of ColumbiaFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth DakotaTennesseeTexasUtahVermontVirginiaWashingtonWest VirginiaWisconsinWyomingAlbertaBritish ColumbiaManitobaNew BrunswickNewfoundland and LabradorNorthwest TerritoriesNova ScotiaNunavutOntarioPrince Edward IslandQuebecSaskatchewanYukon Territory Please select a state / province. City is required. Zip / postal code is required. Although you can attend any event track, which track are you most interested in? Track Microsoft Fabric Databases Azure AI Microsoft Purview Please select a track. × Thanks for your subscription. You will be notified when new materials, schedules & other news are released. × Failed to subscribe, please contact us. × Thanks for your subscription, you will receive a show brochure by mail soon. × We cannot complete your signup. Please supply answers to the following: Please go back to the form and make the necessary corrections, we'll wait right here for you. MGM GRAND 3799 S. Las Vegas Blvd. Las Vegas, Nevada Hotel information USEFUL LINKS * Why Should I Attend? * Code of Conduct * Privacy Policy * Cookie Policy CONTACT US HAVE QUESTIONS? * info@fabricconf.com INTERESTED IN SPONSORSHIP OR EXHIBIT OPPORTUNITIES? * expo@fabricconf.com SOCIAL Copyright © Microsoft Fabric Community Conference. All rights reserved. | Website by Solliance