During the AWS keynote at Enterprise Connect, Pasquale DeMaio, general manager for Amazon Connect, announced the newest functionality being for its CCaaS solution, Amazon Connect.
Microsoft announced the launch of a couple more programs and services tailored specifically for independent game developers and targeting game developers with a new Game Development Virtual Machine and its ID@Azure program, which is generally available as of this week.
Google Cloud launched its Suspend/Resume feature for virtual machines into general availability. Before it launched this feature as an alpha a couple of years ago, the only option developers had were to stop and start instances.
היי חברים,
רציתי לכתוב סקריפט פשוט בPS כדי לתת הרשאות למשתמשים (בAAD)...
ואחרי יומיים אני נשבר!
אצלחתי להשתמש בService Principal כדי להתחבר, ואף מצליח לתת למשתמשים אחרים הרשאות התחברות, אבל לא מצליח לתת להם הרשאות בDB!
עברתי כבר על 1000000 מדריכים.
מישהו עשה משהו כזה?
*לא משנה השפה
עכשיו אחרי שיש לך יוזר ב AAD
אתה צריך להריץ את זה בתוך ה SQL
Create user useraaaaaa from external provider
EXEC sp_addrolemember 'db_datareader', 'useraaaaaa ';
Create user useraaaaaa from external provider
והכי חשוב - להחליף VAR
Oops! Something went wrong while submitting the form